RhinoCommon API
LayerTableDelete Method (Guid, Boolean) |
Deletes layer.
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
public bool Delete( Guid layerId, bool quiet )
Public Function Delete ( layerId As Guid, quiet As Boolean ) As Boolean
Parameters
- layerId
- Type: SystemGuid
Id of the layer to be deleted. - quiet
- Type: SystemBoolean
If true, no warning message box appears if a layer the layer cannot be deleted because it is the current layer or it contains active geometry.
Return Value
Type: Booleantrue if successful. false if layerIndex is out of range or the the layer cannot be deleted because it is the current layer or because it layer contains active geometry.