Skip to content

ACadSharp.Tables.DimensionStyle.SuppressFirstDimensionLine

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

SuppressFirstDimensionLine Property

Controls suppression of the first dimension line and arrowhead (see DIMSD1 System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Boolean SuppressFirstDimensionLine { get; set; }

Property Value

Boolean

Value

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

Clone this wiki locally