Initializing help system before first use

unmapset

unmapset


Purpose
Restore a mapped set to its initial state.
Synopsis
void unmapset(XPRMcontext ctx, XPRMset set);
Arguments
ctx 
Mosel's execution context
set 
Reference to a set
Further information
1. This function performs the inverse operation of mapset that has to be done before the set can be modified again.
2. This function is effective only on sets for which mapset succeeded: applying it to all other types of sets is a no operation.
Related topics