ContentsIndexHome
PreviousUpNext
IData Class

Base class that represents an AIMMS identifier that holds data. 

Data objects can be created on the ISession, using openData, openSet, openScalar or openMultiDim.

C++
class IData : virtual public IAimmsObject;
 
Name 
Description 
 
Aimms value types 
 
Aimms data types 
Name 
Description 
The following tables list the members exposed by IData. 
Public Methods
 
Name 
Description 
 
Empties the data and resets all pending errors. 
 
Returns the current number of non-default values of the data.
 
 
Returns the dimension of the data.
 
 
Returns the DataType corresponding with the type of this instance of IData (IMultiDimData, ISetData or IScalarData).
 
 
Returns the ValueType of the data (double, int, IElement, String or boolean).