Click or drag to resize

DxfDocumentGetObjectByHandle Method

Gets a dxf object by its handle.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.52
Syntax
public DxfObject GetObjectByHandle(
	string objectHandle
)

Parameters

objectHandle
Type: SystemString
DxfObject handle.

Return Value

Type: DxfObject
The DxfObject that has the provided handle, null otherwise.
See Also