GetStringData Method (IXRecord) Send Feedback
See Also  Example
Value[out]
String
Index
Index of XRecord data element to get (see Remarks)
Gets the specified XRecord data element whose data type is a string.

Syntax

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

Parameters

Index
Index of XRecord data element to get (see Remarks)
Value[out] or Return Value
String

Example

Remarks

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

See Also

Availability

DraftSight V1R4.0