Skip to content

ACadSharp.Tables.DimensionStyle.DimensionLineWeight

Albert Domenech edited this page Sep 27, 2024 · 3 revisions

DimensionLineWeight Property

Assigns line weight to dimension lines (see DIMLWD System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public LineweightType DimensionLineWeight { get; set; }

Property Value

LineweightType

Value

Positive values represent line weight in hundredths of millimeters. (Multiply a value by 2540 to convert values from inches to hundredths of millimeters.)

Clone this wiki locally