InsertDoubleData Method (ICustomData) Send Feedback
See Also  Example
Index
Index where to insert the custom data
Marker
Marker for the custom data element
Value
Double value
Inserts a double value and a marker at the specified index.

Syntax

Visual Basic 
Sub InsertDoubleData( _
   ByVal Index As System.Integer, _
   ByVal Marker As System.Integer, _
   ByVal Value As System.Double _
) 
C# 
void InsertDoubleData( 
   System.int Index,
   System.int Marker,
   System.double Value
)
JavaScript 
InsertDoubleData( 
   Index : Number,
   Marker : Number,
   Value : Number
)
COM native C++ 
HRESULT InsertDoubleData( 
   LONG Index,
   LONG Marker,
   DOUBLE Value
) 
C++ 
DSRESULT InsertDoubleData( 
   long Index,
   long Marker,
   double Value
) 

Parameters

Index
Index where to insert the custom data
Marker
Marker for the custom data element
Value
Double value

Example

Remarks

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

 

See Also

Availability

DraftSight V1R1.2