ContentsIndexHome
PreviousUpNext
IData Interface

Reference to an AIMMS identifier. 

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

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