Click or drag to resize
CIPLocateContributingElectrodes3D Method
Locate on a 3D view electrodes selected in a database row.

Available since Oasis montaj version: 9.7
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 3D view. 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 LocateContributingElectrodes3D(
	CGXNETCore gxNetShared,
	CDB db,
	string map,
	string rx1x,
	string rx1y,
	string rx1z,
	string rx2x,
	string rx2y,
	string rx2z,
	string tx1x,
	string tx1y,
	string tx1z,
	string tx2x,
	string tx2y,
	string tx2z,
	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 (required)
rx1y
Type: SystemString
Rx1 Y channel (required)
rx1z
Type: SystemString
Rx1 Z channel (assume zero elevation if not specified)
rx2x
Type: SystemString
Rx2 X channel
rx2y
Type: SystemString
Rx2 Y channel
rx2z
Type: SystemString
Rx2 Z channel (assume zero elevation if not specified)
tx1x
Type: SystemString
Tx1 X channel
tx1y
Type: SystemString
Tx1 Y channel
tx1z
Type: SystemString
Tx1 Z channel (assume zero elevation if not specified)
tx2x
Type: SystemString
Tx2 X channel
tx2y
Type: SystemString
Tx2 Y channel
tx2z
Type: SystemString
Tx2 Z channel (assume zero elevation if not specified)
sym_size
Type: SystemDouble
Symbol size (ground units)
See Also