Click or drag to resize

CMXDConvertToMap Method

Create Geosoft map from ArcGIS MXD

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ConvertToMap(
	string mxd,
	string map
)

public static void ConvertToMap(
	string mxd,
	string map
)

Parameters

mxd
Type: SystemString
ArcGIS MXD file name
map
Type: SystemString
Geosoft map file name
See Also