ContentsIndexHome
PreviousUpNext
IProcedure Interface

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

Procedure objects can be created using openProcedure on the ISession.

C#
public interface IProcedure : 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 
Runs the procedure.