Skip to content

ACadSharp.Tables.DimensionStyle.SuppressOutsideExtensions

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

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.

Clone this wiki locally