SetDoubleData Method (ICustomData) Send Feedback
See Also  Example
Index
Index of the custom data element
Value
Double value
Sets the specified custom data element whose data type is 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 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