Click or drag to resize

DxfDocumentGetEntityByHandle Method

Gets a dxf entity by its handle.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public EntityObject GetEntityByHandle(
	string Handle
)

Parameters

Handle
Type: SystemString
The entity's handle

Return Value

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