GetDoubleData Method (ICustomData) Send Feedback
See Also  Example
Index
Index of the custom data element
Value[out]
Double value
Gets the specified custom data element whose data type is a double.

Syntax

Visual Basic 
Sub GetDoubleData( _
   ByVal Index As System.Integer, _
   ByRef Value As System.Double _
) 
C# 
void GetDoubleData( 
   System.int Index,
   out System.double Value
)
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 the custom data element
Value[out] or Return 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