Click or drag to resize

DxfObjectHandle Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the handle assigned to the DXF object.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public string Handle { get; }
Request Example View Source

Property Value

Type: String
Remarks
The handle is a unique hexadecimal number assigned automatically to every dxf object, that has been added to a DxfDocument.
See Also