ACadSharp.Entities.Dimension.FlipArrow1 - DomCR/ACadSharp GitHub Wiki
Gets or sets a value indicating whether the first arrow is to be flipped.
Arrows are by default drawn inside the extension lines if there is enough space; otherwise, outside. This flag overrules the standard behavior.
Namespace: ACadSharp.Entities.Dimension
C#
DxfCodeValueAttribute
public Boolean FlipArrow1 { get; set; }
Boolean
true if the arrow is to be flipped; otherwise, false.