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