ContentsIndexHome
PreviousUpNext
ISession::openProcedure Method

Opens and creates an IProcedure object that represents the AIMMS procedure with the provided name. 

 

C++
virtual IProcedure* openProcedure(const char* szName) = 0;
Parameters 
Description 
const char* szName 
The name of the procedure.  

An instance of an IProcedure object. 

 

AIMMS (and thus the AIMMS SDK) does not support running functions, see AIMMS feature support.