Click or drag to resize

GM_UtilitySaveWorkspaceEx Method

Saves a list of loaded layers and display options to a workspace (GMW) file

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 SaveWorkspaceEx(
	string aFilename,
	GM_LayerList_t aLayerList,
	Object aReserved
)

Parameters

aFilename
Type: SystemString
IN: Name of workspace file to save
aLayerList
Type: GlobalMapperGM_LayerList_t
IN: List of layers in order to save to workspace or NULL for all in order they were loaded
aReserved
Type: SystemObject
IN: Reserved for later use, must be NULL

Return Value

Type: GM_Error_t32
A GM Error Code
See Also