InsertStringData Method (IXRecord) Send Feedback
See Also  Example
Index
Index of the XRecord data element where to insert the string (see Remarks)
Marker
Marker
Value
String
Inserts a string and marker at the specified index of the XRecord data element.

Syntax

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

Parameters

Index
Index of the XRecord data element where to insert the string (see Remarks)
Marker
Marker
Value
String

Example

Remarks

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

See Also

Availability

DraftSight V1R4.0