ContentsIndexHome
PreviousUpNext
ISession.openScalar Method

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

 

Java
IScalarData openScalar(String name);
Parameters 
Description 
String name 
The name of the scalar AIMMS identifier.  

An instance of an IScalarData object. 

 

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