Reference to an AIMMS identifier.
Data objects can be created on the ISession, using openData, openSet, openScalar or openMultiDim.
public interface IData : IAimmsObject;
Name |
Description |
The following tables list the members exposed by IData. |
|
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). |