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

FlipArrow2 Property

Gets or sets a value indicating whether the second arrow 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 FlipArrow2 { get; set; }

Property Value

Boolean

Value

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

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