This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
36b1a83f 668c d2a6 79c9 f9c19510cfda
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets a DXF object by its handle.
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 DxfObjectC++
public:
DxfObject^ GetObjectByHandle(
String^ objectHandle
)F#
member GetObjectByHandle :
objectHandle : string -> DxfObject - String
- DxfObject handle.
DxfObject
The DxfObject that has the provided handle, null otherwise.