ACadSharp.Tables.DimensionStyle.AlternateUnitDecimalPlaces - DomCR/ACadSharp GitHub Wiki

AlternateUnitDecimalPlaces Property

Controls the number of decimal places in alternate units (see DIMALTD System Variable).

Remarks

If is turned on (true), AlternateUnitDecimalPlaces specifies the number of digits displayed to the right of the decimal point in the alternate measurement.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Int16 AlternateUnitDecimalPlaces { get; set; }

Property Value

Int16