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

f73bcf8f ead7 6f7f 6298 8bc36992a7c7

haplokuon edited this page May 6, 2023 · 1 revision

Associative Property

netDxf 3.0.0 Library

Gets if the hatch is associative or not, which means if the hatch object is associated with the hatch boundary entities.

Definition

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

C#

public bool Associative { get; }

VB

Public ReadOnly Property Associative As Boolean
	Get

C++

public:
property bool Associative {
	bool get ();
}

F#

member Associative : bool with get

Property Value

Boolean

See Also

Reference

Hatch Class
netDxf.Entities Namespace

Clone this wiki locally