Skip to content

ACadSharp.Entities.Dimension.FlipArrow1

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

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

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.

Clone this wiki locally