Click or drag to resize

CMXDSaveAsMap Method

Note: This API is now obsolete.

Save MXD as Geosoft map

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void SaveAsMap(
	string map,
	int focus_map_only
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void SaveAsMap(
	string map,
	int focus_map_only
)

Parameters

map
Type: SystemString
Geosoft map file name
focus_map_only
Type: SystemInt32
Export focus map only?
See Also