LinewidthItemIsLayerLinewidth Property |
Get a value indicating whether or not it is the layer line width.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract bool IsLayerLinewidth { get; }
Public MustOverride ReadOnly Property IsLayerLinewidth As Boolean
Get
Property Value
Type:
Boolean
true for layer line width. Otherwise false.
See Also