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

Syntax

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

Property Value

True to hide zero inches, false to show zero inches

See Also

Availability

DraftSight V1R1.2