 | CARCMAPLoadMap Method |
Loads a Geosoft map into the current ArcMap document
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadMap(
string map,
string view,
string extra_csv,
string layer_tag,
int fit,
int activate,
int prefix
)
public static void LoadMap(
string map,
string view,
string extra_csv,
string layer_tag,
int fit,
int activate,
int prefix
)
Public Shared Sub LoadMap (
map As String,
view As String,
extra_csv As String,
layer_tag As String,
fit As Integer,
activate As Integer,
prefix As Integer
)
Public Shared Sub LoadMap (
map As String,
view As String,
extra_csv As String,
layer_tag As String,
fit As Integer,
activate As Integer,
prefix As Integer
)
public:
static void LoadMap(
String^ map,
String^ view,
String^ extra_csv,
String^ layer_tag,
int fit,
int activate,
int prefix
)
public:
static void LoadMap(
String^ map,
String^ view,
String^ extra_csv,
String^ layer_tag,
int fit,
int activate,
int prefix
)
static member LoadMap :
map : string *
view : string *
extra_csv : string *
layer_tag : string *
fit : int *
activate : int *
prefix : int -> unit
static member LoadMap :
map : string *
view : string *
extra_csv : string *
layer_tag : string *
fit : int *
activate : int *
prefix : int -> unit
Parameters
- map
- Type: SystemString
Map File Name - view
- Type: SystemString
View Name - extra_csv
- Type: SystemString
Optional Extra Datasets CSV Filename (Rasters and shape files to display with layers) - layer_tag
- Type: SystemString
Optional frame/layer tag (suffix) - fit
- Type: SystemInt32
Fit to map size - activate
- Type: SystemInt32
Activate view (3D) - prefix
- Type: SystemInt32
Layer name tag is prefix
Remarks
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
See Also