Skip to content

ACadSharp.Entities.Leader.HookLineDirection

Albert Domenech edited this page Jul 14, 2024 · 3 revisions

HookLineDirection Property

Hookline direction flag

Definition

Namespace: ACadSharp.Entities.Leader

C#

public Boolean HookLineDirection { get; set; }

Property Value

Boolean

Value

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)

Clone this wiki locally