GetHandle Method (IEntityHelper) Send Feedback
See Also 
Val[out]
Value of the handle
Obj
Entity for which to get the value of its handle
Gets the value of the handle for the specified entity.

Syntax

Visual Basic 
Function GetHandle( _
   ByVal Obj As System.Object _
) As System.String
C# 
System.string GetHandle( 
   System.object Obj
)
JavaScript 
GetHandle( 
   Obj : Object
) : String
COM native C++ 
HRESULT GetHandle( 
   IDispatch* Obj,
   BSTR* Val
) 
C++ 
DSRESULT GetHandle( 
   dsObject* Obj,
   dsString* Val
) 

Parameters

Obj
Entity for which to get the value of its handle
Val[out] or Return Value
Value of the handle
 

See Also

Availability

DraftSight V1R5.0