LayerTableRemoveByID Method |
Delete the layer with the specified layer ID.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 13.0.0.0 (13.0.0.0)
Syntaxpublic abstract void RemoveByID(
int layerId
)
Public MustOverride Sub RemoveByID (
layerId As Integer
)
Parameters
- layerId
- Type: SystemInt32
Layer ID to delete.
See Also