 | CIPLocateContributingElectrodes Method |
Locate on a map electrodes selected in a database row.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LocateContributingElectrodes(
CDB db,
string map,
string rx1x,
string rx1y,
string rx2x,
string rx2y,
string tx1x,
string tx1y,
string tx2x,
string tx2y,
double sym_size
)
public static void LocateContributingElectrodes(
CDB db,
string map,
string rx1x,
string rx1y,
string rx2x,
string rx2y,
string tx1x,
string tx1y,
string tx2x,
string tx2y,
double sym_size
)
Public Shared Sub LocateContributingElectrodes (
db As CDB,
map As String,
rx1x As String,
rx1y As String,
rx2x As String,
rx2y As String,
tx1x As String,
tx1y As String,
tx2x As String,
tx2y As String,
sym_size As Double
)
Public Shared Sub LocateContributingElectrodes (
db As CDB,
map As String,
rx1x As String,
rx1y As String,
rx2x As String,
rx2y As String,
tx1x As String,
tx1y As String,
tx2x As String,
tx2y As String,
sym_size As Double
)
public:
static void LocateContributingElectrodes(
CDB^ db,
String^ map,
String^ rx1x,
String^ rx1y,
String^ rx2x,
String^ rx2y,
String^ tx1x,
String^ tx1y,
String^ tx2x,
String^ tx2y,
double sym_size
)
public:
static void LocateContributingElectrodes(
CDB^ db,
String^ map,
String^ rx1x,
String^ rx1y,
String^ rx2x,
String^ rx2y,
String^ tx1x,
String^ tx1y,
String^ tx2x,
String^ tx2y,
double sym_size
)
static member LocateContributingElectrodes :
db : CDB *
map : string *
rx1x : string *
rx1y : string *
rx2x : string *
rx2y : string *
tx1x : string *
tx1y : string *
tx2x : string *
tx2y : string *
sym_size : float -> unit
static member LocateContributingElectrodes :
db : CDB *
map : string *
rx1x : string *
rx1y : string *
rx2x : string *
rx2y : string *
tx1x : string *
tx1y : string *
tx2x : string *
tx2y : string *
sym_size : float -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
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)
Remarks
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).
See Also