Click or drag to resize

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
)

Parameters

id
Type: SystemInt32
layer ID

Return Value

Type: Layer
Layer representing the layer with the given ID.
See Also