LayerTableRemoveByID 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
)
Public MustOverride Sub RemoveByID (
layerId As Integer
)
Parameters
- layerId
- Type: SystemInt32
Layer ID to delete.
See Also