 | CIPGUILaunchRemoveContributingElectrodesEXTTool Method |
Launch the Remove Contributing Electrodes dialog.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LaunchRemoveContributingElectrodesEXTTool(
string db,
string map
)
public static void LaunchRemoveContributingElectrodesEXTTool(
string db,
string map
)
Public Shared Sub LaunchRemoveContributingElectrodesEXTTool (
db As String,
map As String
)
Public Shared Sub LaunchRemoveContributingElectrodesEXTTool (
db As String,
map As String
)
public:
static void LaunchRemoveContributingElectrodesEXTTool(
String^ db,
String^ map
)
public:
static void LaunchRemoveContributingElectrodesEXTTool(
String^ db,
String^ map
)
static member LaunchRemoveContributingElectrodesEXTTool :
db : string *
map : string -> unit
static member LaunchRemoveContributingElectrodesEXTTool :
db : string *
map : string -> unit
Parameters
- db
- Type: SystemString
Database name - map
- Type: SystemString
Current Map
Remarks
This tool removes the EXT object that allows the database-map linking between an IP data base
and IP plan map for plotting contributing electrodes for a given database row of data.
See Also