ContentsIndexHome
PreviousUpNext
IProcedure Class

Represents a procedure (i.e. not a function) in an AIMMS model. 

Procedure objects can be created using openProcedure on the ISession.

C++
class IProcedure : virtual public IAimmsObject;
Name 
Description 
The following tables list the members exposed by IProcedure. 
Public Methods
 
Name 
Description 
 
Aborts run.  
 
Returns the IData object associated with the given n-th argument.
 
 
Returns the number of procedure arguments.
 
 
run 
Executes the procedure.