ContentsIndexHome
PreviousUpNext
ISession.openMultiDim Method

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

 

Java
IMultiDimData openMultiDim(String name);
Parameters 
Description 
String name 
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.