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

AlternateUnitScaleFactor Property

Controls the multiplier for alternate units (see DIMALTF System Variable).

Remarks

If is turned on (true), the value of this property (AlternateUnitScaleFactor) multiplies linear dimensions by a factor to produce a value in an alternate system of measurement. The initial value represents the number of millimeters in an inch.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double AlternateUnitScaleFactor { get; set; }

Property Value

Double