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

IsExtensionLineLengthFixed Property

Controls whether extension lines are set to a fixed length (see DIMFXLON System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean IsExtensionLineLengthFixed { get; set; }

Property Value

Boolean

Value

true when extension lines are set to the length specified by ; otherwise, false.

⚠️ **GitHub.com Fallback** ⚠️