Click or drag to resize

CIPGUILaunchRemoveContributingElectrodesEXTTool Method

Launch the Remove Contributing Electrodes dialog.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void LaunchRemoveContributingElectrodesEXTTool(
	CGXNETCore gxNetShared,
	string db,
	string map
)

public static void LaunchRemoveContributingElectrodesEXTTool(
	CGXNETCore gxNetShared,
	string db,
	string map
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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