Click or drag to resize
CARCDB Class
The ARCDB class is used in ArcGIS to access table contents from data sources and layers.
Inheritance Hierarchy

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

The CARCDB type exposes the following members.

Methods
  NameDescription
Public methodAvailable to specially licensed modulesCreateDAT
Create a handle to a ARCGIS table DAT 2D object
Public methodAvailable to specially licensed modulesCreateDAT3D
Create a handle to a ARCGIS table DAT 3D object
Public methodAvailable to anyoneStatic memberCurrent
This method return a handle to the current table
Public methodAvailable to anyoneExportToDB
Export data from an ARCDB table into a group in a Geosoft GDB using a template.
Public methodAvailable to anyoneFieldLST
Place the list of field names in a LST.
Public methodAvailable to anyoneStatic memberFromIUnknown
This method attempts to make a table handle from an IUnknown pointer Returns ARCDB Handle, ARCDB_NULLConstant if not successful
Public methodAvailable to anyoneGetIPJ
Get georeference information from a table.
Public methodAvailable to anyoneiExistField
This method checks to see if the specified field exists in the table.
Public methodAvailable to anyoneiGetIUnknown
This method gets the IUnknown pointer
Public methodAvailable to specially licensed modulesiImportChemDatabaseWizard(String, Int32)
Template creation for importing geochem data.
Public methodAvailable to specially licensed modulesiImportChemDatabaseWizard(IWin32Window, String, Int32)
Template creation for importing geochem data.
Public methodAvailable to anyoneStatic memberSelTblExGUI
Select table GUI with table type.
Public methodAvailable to anyoneStatic memberSelTblGUI
Select table GUI.
Top
See Also