Click or drag to resize
CARCMAP Class
This library is not a class. It contains various utilities used in maps and layers by the Geosoft extensions for ArcGIS.
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetCARCMAP

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

The CARCMAP type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberChangeSize
Changes the custom page size of the ArcGIS Map document.
Public methodAvailable to anyoneStatic memberDisplayIn3DView
Display a file in 3D view
Public methodAvailable to specially licensed modulesStatic memberExportFeatureLayerByNameTo3DFile
Exports the shapes from a feature layer of the ArcMap document to a 3D File.
Public methodAvailable to specially licensed modulesStatic memberExportSelectedFeatureLayerTo3DFile
Exports the shapes from the currently selected feature layer (if any) in ArcMap to a 3D file (only on oriented frames i.e. sections).
Public methodAvailable to anyoneStatic memberGetCurrentDocumentInfo
Get some info on the current MXD in ArcMap and selected layer (if any)
Public methodAvailable to specially licensed modulesStatic memberGetIPJForPredefinedEsriGCS
Fills an IPJ with a predefined ESRI GCS
Public methodAvailable to specially licensed modulesStatic memberGetIPJForPredefinedEsriPCS
Fills an IPJ with a predefined ESRI PCS
Public methodAvailable to anyoneStatic memberGetSelectedLayerInfo
Get the name info on the specified selected layer
Public methodAvailable to anyoneStatic memberiGetNumberOfSelectedLayers
Get the number of selected layers in the TOC Returns The number of layers selected.
Public methodAvailable to anyoneStatic memberiLoadMAP
Loads a Geosoft map into the ArcMap document.
Public methodAvailable to anyoneStatic memberiLoadMAPEx
Loads a Geosoft map into the ArcMap document, specifying which View to use as Data view.
Public methodAvailable to anyoneStatic memberiLoadShape
Load a shape file into ArcMap.
Public methodAvailable to anyoneStatic memberiLoadSPF
Load all the shape files generated by importing a SPF into ArcMap.
Public methodAvailable to anyoneStatic memberLoadLYR
Load a LYR file to the current data frame
Public methodAvailable to anyoneStatic memberLoadMap
Loads a Geosoft map into the current ArcMap document
Public methodAvailable to anyoneStatic memberLoadMapView
Load a Geosoft Map as a layer into the current data frame
Public methodAvailable to anyoneStatic memberLoadRaster
Load a raster file to the current data frame
Public methodAvailable to anyoneStatic memberLoadShape
Load a SHP file to the current data frame
Public methodAvailable to anyoneStatic memberMapViewToShape
Create SHP file(s) from a Geosoft Map view.
Public methodAvailable to anyoneStatic memberQuerySize
Querie the page size in mm of the entire map page.
Public methodAvailable to specially licensed modulesStatic memberShowLayerByNameIn3D
Shows a layer in ArcMap in a 3D view in an MXD
Public methodAvailable to specially licensed modulesStatic memberShowSelectedLayersIn3D
Shows the selected layers in ArcMap in a 3D view
Top
See Also