ACadSharp.Tables.DimensionStyle.SuppressFirstDimensionLine - DomCR/ACadSharp GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️