ACadSharp.Entities.Leader.HookLineDirection - DomCR/ACadSharp GitHub Wiki
Hookline direction flag.
Namespace: ACadSharp.Entities.Leader
C#
DxfCodeValueAttribute
public Boolean HookLineDirection { get; set; }
Boolean
0 = Hookline(or end of tangent for a splined leader) is the opposite direction from the horizontal vector
1 = Hookline(or end of tangent for a splined leader) is the same direction as horizontal vector(see code 75)