Visual Basic | |
---|---|
Function GetHandleData( _ ByVal Index As System.Integer _ ) As System.String |
C# | |
---|---|
System.string GetHandleData( System.int Index ) |
JavaScript | |
---|---|
GetHandleData( Index : Number ) : String |
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
Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
IXRecord Interface
IXRecord Members
IXRecord::SetHandle Method ()
IXRecord::InsertHandle Method ()
IXRecord::Handle Property ()
IXRecord::DeleteCustomData Method ()
IXRecord::GetCustomData Method ()
IXRecord::SetCustomData Method ()
IXRecord Members
IXRecord::SetHandle Method ()
IXRecord::InsertHandle Method ()
IXRecord::Handle Property ()
IXRecord::DeleteCustomData Method ()
IXRecord::GetCustomData Method ()
IXRecord::SetCustomData Method ()
DraftSight V1R4.0