ContentsIndexHome
PreviousUpNext
ISession::openSet Method

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

 

C++
virtual class ISetData* openSet(const char* szName) = 0;
Parameters 
Description 
const char* szName 
The name of the AIMMS set identifier.  

An instance of an ISetData object. 

 

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

 

Copyright (c) 1993–2015 by AIMMS B.V. All rights reserved