GetDoubleData Method (IXRecord) Send Feedback
See Also  Example
Value[out]
Double
Index
Index of XRecord data element to get (see Remarks)
Gets the specified XRecord data element whose data type is a double.

Syntax

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

Parameters

Index
Index of XRecord data element to get (see Remarks)
Value[out] or Return Value
Double

Example

Remarks

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

See Also

Availability

DraftSight V1R4.0