InsertStringData Method (ICustomData)
Inserts a string and a marker at the specified index.
.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 where to insert custom data
- Marker
- Marker for the custom data element
- Value
String
Example
Remarks
See Also
Availability
DraftSight V1R1.2