Click or drag to resize

DxfObjectHandle Property

Gets the handle assigned to the dxf object.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public string Handle { get; set; }

Property Value

Type: String
Remarks
The handle is a unique hexadecimal number assigned automatically to every dxf object.
See Also