Click or drag to resize

DimensionStyleSuppressLinearLeadingZeros Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Suppresses leading zeros in linear decimal dimensions (for example, 0.5000 becomes .5000).

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool SuppressLinearLeadingZeros { get; set; }
Request Example View Source

Property Value

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