Skip to content

ACadSharp.Tables.DimensionStyle.AlternateUnitDecimalPlaces

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

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#

public Int16 AlternateUnitDecimalPlaces { get; set; }

Property Value

Int16

Clone this wiki locally