GetHandleData Method (ICustomData) Send Feedback
See Also  Example
Handle[out]
Value of the handle
Index
Index of the handle of the custom data
Gets the specified custom data element whose data is a handle.

Syntax

Visual Basic 
Function GetHandleData( _
   ByVal Index As System.Integer _
) As System.String
C# 
System.string GetHandleData( 
   System.int Index
)
JavaScript 
GetHandleData( 
   Index : Number
) : String
COM native C++ 
HRESULT GetHandleData( 
   LONG Index,
   BSTR* Handle
) 
C++ 
DSRESULT GetHandleData( 
   long Index,
   dsString* Handle
) 

Parameters

Index
Index of the handle of the custom data
Handle[out] or Return Value
Value of the handle

Example

 

See Also

Availability

DraftSight V1R1.2