Skip to content

ACadSharp.Entities.Dimension.FlipArrow2

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

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 enaugh space; otherwise, outside. This flag overrules the standard behaviour.

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.

Clone this wiki locally