ARCMAP_LOAD_FLAGSConstant Class
Flags that can be combined and passed to iLoadMap_ARCMAP
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetARCMAP_LOAD_FLAGSConstant

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class ARCMAP_LOAD_FLAGSConstant

The ARCMAP_LOAD_FLAGSConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberARCMAP_LOAD_ACTIVATE
Activates the main quickmap layer when done (e.g. 3D Viewer)
Public fieldStatic memberARCMAP_LOAD_COPYLAYER
If an exisiting layer is found make a copy
Public fieldStatic memberARCMAP_LOAD_DELFRAME
If an exisiting frame is found delete it
Public fieldStatic memberARCMAP_LOAD_DELLAYER
If an exisiting layer is found delete it
Public fieldStatic memberARCMAP_LOAD_EXISTFRAME
If an exisiting frame is found add new layers to it
Public fieldStatic memberARCMAP_LOAD_HIDESIBLINGS
Hide all other existing layers in frame
Public fieldStatic memberARCMAP_LOAD_INTOCURRENTFRAME
Load everything into the current data frame
Public fieldStatic memberARCMAP_LOAD_MERGETOSINGLEVIEW
Will render all views in single layer with the data view defining the coordinate system
Public fieldStatic memberARCMAP_LOAD_NAMETAGISPREFIX
Use a provided name tag as prefix when naming a newly created map layer.
Public fieldStatic memberARCMAP_LOAD_NEW
New method for loading maps introduced in 7.1. Will mimic what happens in montaj (i.e. base groups and 3D become graphics and views gets split into separate LYRs).
Public fieldStatic memberARCMAP_LOAD_NOMAPLAYERS
Use the map only for sizing data frames in layout, only load extra datasets.
Public fieldStatic memberARCMAP_LOAD_PREFIXMAPFRAME
Prefix the map filename part as part of the frame name
Public fieldStatic memberARCMAP_LOAD_PREFIXMAPLAYER
Prefix the map filename part as part of the layer name
Top
See Also