Gets or sets whether to hide or show leading zeroes for linear Dimensions.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HideLeadingZeroes As System.Boolean |
C# | |
---|
System.bool HideLeadingZeroes {get; set;} |
JavaScript | |
---|
HideLeadingZeroes : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_HideLeadingZeroes(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool HideLeadingZeroes { bool* Val
)
DSRESULTput_HideLeadingZeroes(
bool NewVal
} |
Property Value
True to hide leading zeroes, false to show them