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

461bea5a d538 408b a00c fad72a7b507b

haplokuon edited this page May 6, 2023 · 1 revision

Handle Property

netDxf 3.0.0 Library

Gets the handle assigned to the DXF object.

Definition

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

Property Value

String

Remarks

The handle is a unique hexadecimal number assigned automatically to every DXF object, that has been added to a DxfDocument.

See Also

Reference

DxfObject Class
netDxf Namespace

Clone this wiki locally