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
)
Public Function GetEntityByHandle (
Handle As String
) As EntityObject
public:
EntityObject^ GetEntityByHandle(
String^ Handle
)
member GetEntityByHandle :
Handle : string -> EntityObject
METHOD GetEntityByHandle(
Handle AS STRING
) AS EntityObject
Parameters
- Handle
- Type: SystemString
The entity's handle
Return Value
Type:
EntityObjectThe
EntityObject that has the provided handle, null otherwise
See Also