Skip to content

ACadSharp.Tables.DimensionStyle.AlternateUnitDimensioning

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

AlternateUnitDimensioning Property

Controls the display of alternate units in dimensions (see DIMALT System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean AlternateUnitDimensioning { get; set; }

Property Value

Boolean

Value

true enables alternate units; false disables alternate units.

Clone this wiki locally