GetStringData Method (ICustomData) Send Feedback
See Also  Example
Index
Index of the custom data element
Value[out]
String
Gets the specified custom data element whose data type is a string.

Syntax

Visual Basic 
Sub GetStringData( _
   ByVal Index As System.Integer, _
   ByRef Value As System.String _
) 
C# 
void GetStringData( 
   System.int Index,
   out System.string Value
)
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 the custom data element
Value[out] or Return Value
String

Example

Remarks

Call ICustomData::GetDataCount before calling this method to determine a valid value for Index.
 

See Also

Availability

DraftSight V1R1.2