getparam
getparam |
Purpose
Synopsis
int getparam(XPRMcontext ctx, int parnum, XPRMalltypes *value);
Arguments
ctx
|
Mosel's execution context
|
||||||||||||||||||||||||||
parnum
|
|
||||||||||||||||||||||||||
value
|
Parameter value, the type depends on the parameter.
|
Return value
0 if successful, 1 otherwise.
Further information
Get the value of a control parameter of Mosel. To get the value of a module control parameter, the function
getdsoparam must be used. The reader is referred to the Mosel Reference Manual for a description of the Mosel control parameters.
Related topics