globalmapper.SaveWorkspace ========================== .. currentmodule:: globalmapper .. py:function:: SaveWorkspace (string aFilename, int aReserved) -> GM_Error_t32 Saves the current list of loaded layers and display options to a workspace (GMW) file. You can load a workspace file using any of the LoadLayer* functions. :param str aFilename: Name of workspace file to save. :param int aReserved: Reserved for future use; must be 0. :returns: Error Code :rtype: GM_Error_t32