globalmapper.SaveWorkspaceEx ============================ .. currentmodule:: globalmapper .. py:function:: SaveWorkspaceEx (str aFilename, [GM_LayerHandle_t32] aLayerList, int aReserved) -> GM_Error_t32 Saves the provided list of loaded layers and display options to a workspace (GMW) file. If you don't provide a custom list then the current loaded list is used. Use this instead of :doc:`SaveWorkspace` if you want to save your loaded layers in an order other than the load order or you just want a workspace for a subset of the files. You can load a workspace file using any of the LoadLayer* functions. :param str aFilename: name of workspace file to save :param [GM_LayerHandle_t32] aLayerList: List of layers in order to save to workspace or None for all in order they were loaded :param int aReserved: Reserved for later use, must be 0. :returns: Error Code :rtype: GM_Error_t32