DimensionShapeShowUnitZero2 Property |
Gets or sets a value indicating the zero notation 2 according to the notation type of the dimension value.
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 ShowUnitZero2 { get; set; }
Public MustOverride Property ShowUnitZero2 As Boolean
Get
Set
Property Value
Type:
Boolean
Display "Zero inches" for length system dimensions, "Zero minutes, seconds, or seconds for angular system dimensions" for length system dimensions
True to display zero. Otherwise false.
See Also