SaveWorkspace ============= .. currentmodule:: globalmapper .. py:function:: SaveWorkspace (string aFilename, uint32 aReserved=0) -> 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; defaults to 0 :returns: Error Code :rtype: GM_Error_t32