Initializing help system before first use

XPRDunloadmod

XPRDunloadmod


Purpose
Unload a model.
Synopsis
int XPRDunloadmod(XPRDmodel model);
Argument
model 
Reference to a model
Return value
0 if successful, 1 otherwise.
Further information
This function unloads the given model. All resources used by this model, including modules, are released. The function fails if the model is running.
Related topics