Gets or sets whether to hide or show trailing zeroes for Dimension geometric tolerances.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HideTrailingZeroes As System.Boolean |
C# | |
---|
System.bool HideTrailingZeroes {get; set;} |
JavaScript | |
---|
get_HideTrailingZeroes () : Boolean
put_HideTrailingZeroes (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_HideTrailingZeroes(
VARIANT_BOOL* Val
)
HRESULT put_HideTrailingZeroes(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_HideTrailingZeroes (
bool* Val
)
DSRESULT put_HideTrailingZeroes(
bool NewVal
) |
Property Value
True to hide trailing zeroes, false to show them
Example
See Also
Availability
DraftSight V1R1.2