Click or drag to resize

LayerCollectionAddLayer Method

Add a new layer.

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 AddLayer(
	string layerName
)

Parameters

layerName
Type: SystemString
Name of layer to add

Return Value

Type: Layer
Layer that represents the added layer.
See Also