Click or drag to resize
CIPGUILaunchRemoveContributingElectrodesEXTTool Method
Launch the Remove Contributing Electrodes dialog.

Available since Oasis montaj version: 9.4
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
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
See Also