LayerTableGetLayerByID Method |
Get the layer with the specified 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 Layer GetLayerByID(
int id
)
Public MustOverride Function GetLayerByID (
id As Integer
) As Layer
Parameters
- id
- Type: SystemInt32
layer ID
Return Value
Type:
Layer Layer representing the layer with the given ID.
See Also