Skip to content

ACadSharp.Tables.DimensionStyle.AlternateDimensioningSuffix

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

AlternateDimensioningSuffix Property

Specifies a text prefix or suffix (or both) to the alternate dimension measurement for all types of dimensions except angular (see DIMAPOST System Variable).

Remarks

For instance, if the current units are Architectural, is on (true), is 25.4 (the number of millimeters per inch), is 2, and AlternateDimensioningSuffix is set to "mm", a distance of 10 units would be displayed as 10"[254.00mm]. To turn off an established prefix or suffix (or both), set it to a single period (.).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public String AlternateDimensioningSuffix { get; set; }

Property Value

String

Clone this wiki locally