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
)
Public MustOverride Function AddLayerGroup (
layerGroupName As String
) As Layer
Parameters
- layerGroupName
- Type: SystemString
Name of layer group to add
Return Value
Type:
Layer Layer representing the added layer group.
See Also