SetStringData Method (IXRecord) Send Feedback
See Also 
Index
Index of XRecord data element to set to a string (see Remarks)
Value
String
Sets the specified XRecord data element to a string.

Syntax

Visual Basic 
Sub SetStringData( _
   ByVal Index As System.Integer, _
   ByVal Value As System.String _
) 
C# 
void SetStringData( 
   System.int Index,
   System.string Value
)
JavaScript 
SetStringData( 
   Index : Number,
   Value : String
)
COM native C++ 
HRESULT SetStringData( 
   LONG Index,
   BSTR Value
) 
C++ 
DSRESULT SetStringData( 
   long Index,
   const dsString& Value
) 

Parameters

Index
Index of XRecord data element to set to a string (see Remarks)
Value
String

Remarks

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

See Also

Availability

DraftSight V1R4.0