 | CIPGetElectrodeLocationsAndMaskValues2 Method |
Get unique electrodes, along with current mask info.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetElectrodeLocationsAndMaskValues2(
CDB db,
string line,
int tx_rx,
CVV v_vx,
CVV v_vy,
CVV v_vm1,
CVV v_vm2,
CVV v_vlines
)
public void GetElectrodeLocationsAndMaskValues2(
CDB db,
string line,
int tx_rx,
CVV v_vx,
CVV v_vy,
CVV v_vm1,
CVV v_vm2,
CVV v_vlines
)
Public Sub GetElectrodeLocationsAndMaskValues2 (
db As CDB,
line As String,
tx_rx As Integer,
v_vx As CVV,
v_vy As CVV,
v_vm1 As CVV,
v_vm2 As CVV,
v_vlines As CVV
)
Public Sub GetElectrodeLocationsAndMaskValues2 (
db As CDB,
line As String,
tx_rx As Integer,
v_vx As CVV,
v_vy As CVV,
v_vm1 As CVV,
v_vm2 As CVV,
v_vlines As CVV
)
public:
void GetElectrodeLocationsAndMaskValues2(
CDB^ db,
String^ line,
int tx_rx,
CVV^ v_vx,
CVV^ v_vy,
CVV^ v_vm1,
CVV^ v_vm2,
CVV^ v_vlines
)
public:
void GetElectrodeLocationsAndMaskValues2(
CDB^ db,
String^ line,
int tx_rx,
CVV^ v_vx,
CVV^ v_vy,
CVV^ v_vm1,
CVV^ v_vm2,
CVV^ v_vlines
)
member GetElectrodeLocationsAndMaskValues2 :
db : CDB *
line : string *
tx_rx : int *
v_vx : CVV *
v_vy : CVV *
v_vm1 : CVV *
v_vm2 : CVV *
v_vlines : CVV -> unit
member GetElectrodeLocationsAndMaskValues2 :
db : CDB *
line : string *
tx_rx : int *
v_vx : CVV *
v_vy : CVV *
v_vm1 : CVV *
v_vm2 : CVV *
v_vlines : CVV -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
DB object - line
- Type: SystemString
Line name ("" for all selected lines) - tx_rx
- Type: SystemInt32
Electrode type. 0:Tx, 1:Rx - v_vx
- Type: GeoEngine.Core.GXNetXCVV
X locations - v_vy
- Type: GeoEngine.Core.GXNetXCVV
Y locations - v_vm1
- Type: GeoEngine.Core.GXNetXCVV
IP QC channel values ("QC" or "QC_IP") - v_vm2
- Type: GeoEngine.Core.GXNetXCVV
Resistivity QC channel values ("QC_RES") - v_vlines
- Type: GeoEngine.Core.GXNetXCVV
Line symbol values (<define>GS_INT</define>)
Remarks
The mask values are determined from the first row where a given electrode is found.
Values returned for all currently selected lines.
See Also