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; }
Public Property Handle As String
Get
Set
public:
property String^ Handle {
String^ get ();
void set (String^ value);
}
member Handle : string with get, set
PROPERTY Handle AS STRING GET SET
Property Value
Type:
StringRemarks The handle is a unique hexadecimal number assigned automatically to every dxf object.
See Also