Skip to content

ACadSharp.Tables.DimensionStyle.SuppressFirstExtensionLine

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

SuppressFirstExtensionLine Property

Suppresses display of the first extension line (see DIMSE1 System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean SuppressFirstExtensionLine { get; set; }

Property Value

Boolean

Value

true if the first extension line is to be suppressed; otherwise false.

Clone this wiki locally