Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

0e9cb111 f889 a532 c09f 5470dce6d4be

haplokuon edited this page May 6, 2023 · 1 revision

HasHookline Property

netDxf 3.0.0 Library

Gets if the leader has a hook line.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool HasHookline { get; set; }

VB

Public Property HasHookline As Boolean
	Get
	Set

C++

public:
property bool HasHookline {
	bool get ();
	void set (bool value);
}

F#

member HasHookline : bool with get, set

Property Value

Boolean

Remarks

If set to true an additional vertex point (StartHookLine) will be created before the leader end point (hook). By default, only leaders with text annotation have hook lines.

See Also

Reference

Leader Class
netDxf.Entities Namespace

Clone this wiki locally