Click or drag to resize
CMXDConvertToMap Method
Create Geosoft map from ArcGIS MXD

Available since Oasis montaj version: 9.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ConvertToMap(
	CGXNETCore gxNetShared,
	string mxd,
	string map
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mxd
Type: SystemString
ArcGIS MXD file name
map
Type: SystemString
Geosoft map file name
See Also