Skip to content

ACadSharp.Tables.DimensionStyle.IsExtensionLineLengthFixed

Albert Domenech edited this page Jul 14, 2024 · 2 revisions

IsExtensionLineLengthFixed Property

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

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

public Boolean IsExtensionLineLengthFixed { get; set; }

Property Value

Boolean

Value

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

Clone this wiki locally