LayerTableGetLayerByFullName Method |
Get the layer with the specified name.
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 GetLayerByFullName(
string fullName,
char separator
)
Public MustOverride Function GetLayerByFullName (
fullName As String,
separator As Char
) As Layer
Parameters
- fullName
- Type: SystemString
layer name - separator
- Type: SystemChar
character to separate
Return Value
Type:
LayerLayer representing the layer with the given name.
See Also