ACadSharp.Tables.DimensionStyle.IsExtensionLineLengthFixed - DomCR/ACadSharp GitHub Wiki
Controls whether extension lines are set to a fixed length (see DIMFXLON System Variable).
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Boolean IsExtensionLineLengthFixed { get; set; }
Boolean
true when extension lines are set to the length specified by ; otherwise, false.