Skip to content

ACadSharp.Tables.DimensionStyle.SuppressSecondExtensionLine

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

SuppressSecondExtensionLine Property

Suppresses display of the second extension line (see DIMSE2 System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean SuppressSecondExtensionLine { get; set; }

Property Value

Boolean

Value

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

Clone this wiki locally