Click or drag to resize
CARCMAPLoadMap Method
Loads a Geosoft map into the current ArcMap document

Available since Oasis montaj version: 8.0.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The extra datasets CSV should contain the the following fields: ID - Unique identifier DATASOURCE - Filename TYPE - RASTER and SHAPE supported MAPMATCH - Map to associate with (used for grouping logic) VIEWMATCH - View to match with in associated map (used for grouping logic) ZONEFILE - Used for type RASTER
Syntax
public static void LoadMap(
	string str1,
	string str2,
	string str3,
	string str4,
	int i5,
	int i6,
	int i7
)

Parameters

str1
Type: SystemString
Map File Name
str2
Type: SystemString
View Name
str3
Type: SystemString
Optional Extra Datasets CSV Filename (Rasters and shape files to display with layers)
str4
Type: SystemString
Optional frame/layer tag (suffix)
i5
Type: SystemInt32
Fit to map size; one of GEO_BOOLConstant
i6
Type: SystemInt32
Activate view (3D); one of GEO_BOOLConstant
i7
Type: SystemInt32
Layer name tag is prefix; one of GEO_BOOLConstant
See Also