Skip to content

ACadSharp.Tables.DimensionStyle.SuppressSecondDimensionLine

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

SuppressSecondDimensionLine Property

Controls suppression of the second dimension line and arrowhead (see DIMSD2 System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean SuppressSecondDimensionLine { get; set; }

Property Value

Boolean

Value

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

Clone this wiki locally