ContentsIndexHome
PreviousUpNext
ISession::openMultiDim Method

Opens and creates an IMultiDimData object that represents the data of the multidimensional AIMMS identifier with the provided name. 

 

C++
virtual class IMultiDimData* openMultiDim(const char* szName) = 0;
Parameters 
Description 
const char* szName 
The name of the multidimensional AIMMS identifier.  

An instance of an IMultiDimData object. 

 

Throws an InvalidUseException if the model has no multidimensional identifier with the supplied name. 

If you want to retrieve a slice of some multidimensional identifier, first request the identifier itself, and then use the openView method to obtain the slice.