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

SuppressOutsideExtensions Property

Suppresses arrowheads if not enough space is available inside the extension lines (see DIMSOXD System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean SuppressOutsideExtensions { get; set; }

Property Value

Boolean

Value

true if arrowheads are to be suppressed; otherwise, false.

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