Initializing help system before first use

XPRMunloadmod

XPRMunloadmod


Purpose
Unload a model.
Synopsis
int XPRMunloadmod(XPRMmodel 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 being run.
Related topics