 | CIPSetElectrodeMaskValuesSingleQCChannel Method |
Set 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 SetElectrodeMaskValuesSingleQCChannel(
CDB db,
string line,
int tx_rx,
int qc_type,
CVV v_vx,
CVV v_vy,
CVV v_vm
)
public void SetElectrodeMaskValuesSingleQCChannel(
CDB db,
string line,
int tx_rx,
int qc_type,
CVV v_vx,
CVV v_vy,
CVV v_vm
)
Public Sub SetElectrodeMaskValuesSingleQCChannel (
db As CDB,
line As String,
tx_rx As Integer,
qc_type As Integer,
v_vx As CVV,
v_vy As CVV,
v_vm As CVV
)
Public Sub SetElectrodeMaskValuesSingleQCChannel (
db As CDB,
line As String,
tx_rx As Integer,
qc_type As Integer,
v_vx As CVV,
v_vy As CVV,
v_vm As CVV
)
public:
void SetElectrodeMaskValuesSingleQCChannel(
CDB^ db,
String^ line,
int tx_rx,
int qc_type,
CVV^ v_vx,
CVV^ v_vy,
CVV^ v_vm
)
public:
void SetElectrodeMaskValuesSingleQCChannel(
CDB^ db,
String^ line,
int tx_rx,
int qc_type,
CVV^ v_vx,
CVV^ v_vy,
CVV^ v_vm
)
member SetElectrodeMaskValuesSingleQCChannel :
db : CDB *
line : string *
tx_rx : int *
qc_type : int *
v_vx : CVV *
v_vy : CVV *
v_vm : CVV -> unit
member SetElectrodeMaskValuesSingleQCChannel :
db : CDB *
line : string *
tx_rx : int *
qc_type : int *
v_vx : CVV *
v_vy : CVV *
v_vm : 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 - qc_type
- Type: SystemInt32
QC channel type. <define>IP_QCTYPE</define> - v_vx
- Type: GeoEngine.Core.GXNetXCVV
X locations - v_vy
- Type: GeoEngine.Core.GXNetXCVV
Y locations - v_vm
- Type: GeoEngine.Core.GXNetXCVV
QC channel values ("QC")
RemarksMask values are set for all included electrode locations, currently selected lines.
See Also