Click or drag to resize

DimensionStyleSuppressLinearTrailingZeros Property

Suppresses trailing zeros in linear decimal dimensions (for example, 12.5000 becomes 12.5).

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool SuppressLinearTrailingZeros { get; set; }

Property Value

Type: Boolean
Remarks
This value is part of the DIMDEC variable.
See Also