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, _
const dsString& Value As System.String _
) |
C# | |
---|
void InsertStringData(
System.int Index,
System.int Marker,
System.string Value
) |
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