Click or drag to resize

CEMAPTEMPLATEUnLoad Method

Unloads a map template.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void UnLoad(
	string name
)

public static void UnLoad(
	string name
)

Parameters

name
Type: SystemString
Name of the map to unload
Remarks
If the map template is not loaded, nothing happens. Same as UnLoadVerify_EMAPTEMPLATE with FALSE to prompt save.
See Also