ACadSharp.Entities.Dimension.FlipArrow1 - DomCR/ACadSharp GitHub Wiki

FlipArrow1 Property

Gets or sets a value indicating whether the first arrow is to be flipped.

Remarks

Arrows are by default drawn inside the extension lines if there is enough space; otherwise, outside. This flag overrules the standard behavior.

Definition

Namespace: ACadSharp.Entities.Dimension

C#

DxfCodeValueAttribute
public Boolean FlipArrow1 { get; set; }

Property Value

Boolean

Value

true if the arrow is to be flipped; otherwise, false.

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