Click or drag to resize
CIPLocateContributingElectrodes Method
Locate on a map electrodes selected in a database row.

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
Sets up an EXT object in the database that captures row/line change events and plots the electrodes for the selected row on an accompanying map. The EXT object is removed by running LaunchRemoveContributingElectrodesEXTTool_IPGUI. This EXT is not serialized, so it is also removed if the database is closed (since this is not the normal behaviour expected from a database).
Syntax
public static void LocateContributingElectrodes(
	CGXNETCore gxNetShared,
	CDB db,
	string map,
	string rx1x,
	string rx1y,
	string rx2x,
	string rx2y,
	string tx1x,
	string tx1y,
	string tx2x,
	string tx2y,
	double sym_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
DB object
map
Type: SystemString
The current map
rx1x
Type: SystemString
Rx1 X channel
rx1y
Type: SystemString
Rx1 Y channel
rx2x
Type: SystemString
Rx2 X channel
rx2y
Type: SystemString
Rx2 Y channel
tx1x
Type: SystemString
Tx1 X channel
tx1y
Type: SystemString
Tx1 Y channel
tx2x
Type: SystemString
Tx2 X channel
tx2y
Type: SystemString
Tx2 Y channel
sym_size
Type: SystemDouble
Symbol size (mm)
See Also