InsertStringData Method (IXRecord)
Inserts a string and marker at the specified index of the XRecord data element.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub InsertStringData( _
LONG Index As System.Integer, _
LONG Marker As System.Integer, _
BSTR Value As System.String _
) |
C# | |
---|
void InsertStringData(
System.int Index,
System.int Marker,
System.string Value
) |
JavaScript | |
---|
InsertStringData(
Index : Number,
Marker : Number,
Value : System.String
) |
Parameters
- Index
- Index of the XRecord data element where to insert the string (see Remarks)
- Marker
- Marker
- Value
- String
Example
Remarks
See Also
Availability
DraftSight V1R4.0