Skip to content

ACadSharp.Tables.DimensionStyle.SuppressOutsideExtensions

Albert Domenech edited this page Jul 14, 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#

public Boolean SuppressOutsideExtensions { get; set; }

Property Value

Boolean

Value

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

Clone this wiki locally