Click or drag to resize

DxfDocumentGetObjectByHandle Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a dxf object by its handle.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public DxfObject GetObjectByHandle(
	string objectHandle
)
Request Example View Source

Parameters

objectHandle
Type: SystemString
DxfObject handle.

Return Value

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