GetHandleData Method (IXRecord) Send Feedback
See Also 
Handle[out]
String, which is the data type of a handle
Index
Index of XRecord data element to get (see Remarks)
Gets the specified XRecord data element whose data type 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 XRecord data element to get (see Remarks)
Handle[out] or Return Value
String, which is the data type of a handle

Remarks

Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
 

See Also

Availability

DraftSight V1R4.0