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) Version: 2024.2.0.25
Syntax
public static class CARCDH

public static class CARCDH

The CARCDH type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCloseProject
Closes the current DH project in the Target extension
Public methodStatic memberGetCurrentStringFileGDB(String)
Gets the current Geostring File Geodatabase.
Public methodStatic memberGetCurrentStringFileGDB(String, Int32)
Gets the current Geostring File Geodatabase.
Public methodStatic memberiGeostringsExtensionAvailable
Verifies if the geostrings extension in TfA is available. Return 1 if true, 0 otherwise
Public methodStatic memberiHasStringFileGDBEdits
Is a Geostring File Geodatabase loaded and contains edits?
Public methodStatic memberiIsValidFeatureClassName
Is this a valid featureclass name?
Public methodStatic memberiIsValidFGDBFileName
Is this a valid FGDB filename?
Public methodStatic memberSetProject
Sets the current DH project in the Target extension
Public methodStatic memberSetStringFileGDB
Sets the current Geostring File Geodatabase in the Target extension
Public methodStatic membersPromptForESRISymbol(IWin32Window, String, Int32, String, Int32, Int32)
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 methodStatic membersPromptForESRISymbol(IWin32Window, String, Int32, String, Int32, Int32, Int32)
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 methodStatic memberStopEditingStringFileGDB
Stops editing session for current string fGDB
Top
See Also