Click or drag to resize

LayerTableGetLayerByFullName Method

Get the layer with the specified name.

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 GetLayerByFullName(
	string fullName,
	char separator
)

Parameters

fullName
Type: SystemString
layer name
separator
Type: SystemChar
character to separate

Return Value

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