SetDoubleData Method (IXRecord) Send Feedback
See Also 
Index
Index of XRecord data type to set to a double (see Remarks)
Value
Double
Sets the specified XRecord data element to a double.

Syntax

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

Parameters

Index
Index of XRecord data type to set to a double (see Remarks)
Value
Double

Remarks

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

See Also

Availability

DraftSight V1R4.0