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 409
461bea5a d538 408b a00c fad72a7b507b
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the handle assigned to the DXF object.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string Handle { get; }
VB
Public ReadOnly Property Handle As String
Get
C++
public:
property String^ Handle {
String^ get ();
}
F#
member Handle : string with get
String
The handle is a unique hexadecimal number assigned automatically to every DXF object, that has been added to a DxfDocument.