Click or drag to resize

LayerCollectionRemoveByID Method

Delete the layer with the specified layer ID.

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract void RemoveByID(
	int layerId
)

Parameters

layerId
Type: SystemInt32
Layer ID in the collection.
See Also