CustomHatchIsInUse Property |
Get a value indicating whether user defined hatching is used.
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 IsInUse { get; }
Public MustOverride ReadOnly Property IsInUse As Boolean
Get
Property Value
Type:
Boolean
True if user defined hatching is used. Otherwise false.
See Also