InsertStringData Method (ICustomData) Send Feedback
See Also  Example
Index
Index where to insert custom data
Marker
Marker for the custom data element
Value

String

Inserts a string and a marker at the specified index.

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 where to insert custom data
Marker
Marker for the custom data element
Value

String

Example

Remarks

Call ICustomData::GetDataCount before calling this method to determine a valid value for Index.

 

See Also

Availability

DraftSight V1R1.2