Initializing help system before first use

XPRMresetmod

XPRMresetmod


Purpose
Reset a model.
Synopsis
int XPRMresetmod(XPRMmodel model);
Argument
model 
Reference to a model
Return value
0 if successful, 1 otherwise.
Further information
This function resets a model after its execution: all resources it has allocated are released. The model returns to its state just after it has been loaded into memory. Note that this function is automatically called before a model is unloaded or run.
Related topics