Click or drag to resize

LayerCollectionAddLayerGroup Method

Add a new layer group.

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 AddLayerGroup(
	string layerGroupName
)

Parameters

layerGroupName
Type: SystemString
Name of layer group to add

Return Value

Type: Layer
Layer representing the added layer group.
See Also