DualDimensionHideZeroesIf0Inches Property (IDimensionStyleToleranceOptions) Send Feedback
See Also 
Gets or sets whether to hide or show zero inches (0") for dual Dimension geometric tolerances when the format of the dual Dimension is set to Architectural or Engineering.

Syntax

Visual Basic 
Property DualDimensionHideZeroesIf0Inches As System.Boolean
C# 
System.bool DualDimensionHideZeroesIf0Inches {get; set;}
JavaScript 
get_DualDimensionHideZeroesIf0Inches () : Boolean
put_DualDimensionHideZeroesIf0Inches (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_DualDimensionHideZeroesIf0Inches(
   VARIANT_BOOL* Val
) 
HRESULT put_DualDimensionHideZeroesIf0Inches( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_DualDimensionHideZeroesIf0Inches (
   bool* Val
)
DSRESULT put_DualDimensionHideZeroesIf0Inches(
   bool NewVal
)

Property Value

True to hide zero inches, false to show zero inches

See Also

Availability

DraftSight V1R1.2