Next Method
Get the next overloaded version of the subroutine (model routine only). A subroutine may be defined several times in a model with different sets of arguments. This function gives access to all the defined overloaded versions of a subroutine.
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 4.8.0.0

C#
public XPRMProcedure Next()
Return Value
Type: XPRMProcedureThe next procedure or null if the procedure is not overloaded or comes from a module
