Initializing help system before first use

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: 5.0.2.0
Syntax
C#
public XPRMProcedure Next()

Return Value

Type:  XPRMProcedure
The next procedure or null if the procedure is not overloaded or comes from a module
See Also