This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
f73bcf8f ead7 6f7f 6298 8bc36992a7c7
haplokuon edited this page May 6, 2023
·
1 revision
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.
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
Boolean