unloadCSH()

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 when you want to reinitialize the global CSH variables.

The function unloadCSH() is located in the file csh.jsxinc.

Usage

unloadCSH();

Parameters

This function has no parameters.

Return values

This function has no return values.