Function that resets the global variables CSH
, MapNumbers
and TopicIds
. This functions is called when a project is closed using closeproject(). You need to use this function before you reinitialize the global CSH variables.
unloadCSH();
This function has no parameters.
This function has no return values.