InsertDoubleData Method (IXRecord) Send Feedback
See Also 
Index
Index of the XRecord data element where to insert the double (see Remarks)
Marker
Marker
Value
Double
Inserts a double and marker at the specified index of the XRecord data element.

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 of the XRecord data element where to insert the double (see Remarks)
Marker
Marker
Value
Double

Remarks

Before calling this method, call IXRecord::GetDataCount to determine a valid value for Index.
 

See Also

Availability

DraftSight V1R4.0