Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

36b1a83f 668c d2a6 79c9 f9c19510cfda

haplokuon edited this page May 6, 2023 · 1 revision

GetObjectByHandle Method

netDxf 3.0.0 Library

Gets a DXF object by its handle.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public DxfObject GetObjectByHandle(
	string objectHandle
)

VB

Public Function GetObjectByHandle ( 
	objectHandle As String
) As DxfObject

C++

public:
DxfObject^ GetObjectByHandle(
	String^ objectHandle
)

F#

member GetObjectByHandle : 
        objectHandle : string -> DxfObject 

Parameters

  String
DxfObject handle.

Return Value

DxfObject
The DxfObject that has the provided handle, null otherwise.

See Also

Reference

DxfDocument Class
netDxf Namespace

Clone this wiki locally