Click or drag to resize

LayerCollectionItem Property (String)

Get the layer with the specified name in the collection.

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 this[
	string layerName
] { get; }

Parameters

layerName
Type: SystemString
Name of the layer to retrieve.

Return Value

Type: Layer
Layer representing the layer with the specified name in the collection.
See Also