Click or drag to resize

CEMAPUnLoad Method

Unloads a MAP.

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 is not loaded, nothing happens. Same as UnLoadVerify_EMAP with FALSE to prompt save.
See Also