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

DimensionLineIncrement Property

Controls the spacing of the dimension lines in baseline dimensions (see DIMDLI System Variable).

Remarks

Each dimension line is offset from the previous one by this amount, if necessary, to avoid drawing over it. Changes made with DimensionLineIncrement are not applied to existing dimensions.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double DimensionLineIncrement { get; set; }

Property Value

Double