Click or drag to resize
CARCDH Class
This library is not a class. It contains various utilities used in the Target extension for ArcGIS.
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetCARCDH

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

The CARCDH type exposes the following members.

Methods
  NameDescription
Public methodAvailable to specially licensed modulesStatic memberCloseProject
Closes the current DH project in the Target extension
Public methodAvailable to specially licensed modulesStatic memberGetCurrentStringFileGDB
Gets the current Geostring File Geodatabase.
Public methodAvailable to specially licensed modulesStatic memberiGeostringsExtensionAvailable
Verifies if the geostrings extension in TfA is available. Return 1 if true, 0 otherwise
Public methodAvailable to specially licensed modulesStatic memberiHasStringFileGDBEdits
Is a Geostring File Geodatabase loaded and contain edits?
Public methodAvailable to specially licensed modulesStatic memberiIsValidFeatureClassName
Is this a valid featureclass name?
Public methodAvailable to specially licensed modulesStatic memberiIsValidFGDBFileName
Is this a valid FGDB filename?
Public methodAvailable to specially licensed modulesStatic memberSetProject
Sets the current DH project in the Target extension
Public methodAvailable to specially licensed modulesStatic memberSetStringFileGDB
Sets the current Geostring File Geodatabase in the Target extension
Public methodAvailable to specially licensed modulesStatic membersPromptForESRISymbol
Prompt the user to select an ESRI symbol and return it as an XML string. The output string will be empty if the user cancels the dialog.
Public methodAvailable to specially licensed modulesStatic memberStopEditingStringFileGDB
Stops editing session for current string fGDB
Top
See Also