Click or drag to resize
CIPGetElectrodeLocationsAndMaskValues2 Method
Get unique electrodes, along with current mask info.

Available since Oasis montaj version: 9.2.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The mask values are determined from the first row where a given electrode is found. Values returned for all currently selected lines.
Syntax
public void GetElectrodeLocationsAndMaskValues2(
	CDB oDB1,
	string str2,
	int i3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7,
	CVV oVV8
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB object
str2
Type: SystemString
Line name ("" for all selected lines)
i3
Type: SystemInt32
Electrode type. 0:Tx, 1:Rx
oVV4
Type: GeoEngine.Core.GXNetCVV
X locations
oVV5
Type: GeoEngine.Core.GXNetCVV
Y locations
oVV6
Type: GeoEngine.Core.GXNetCVV
IP QC channel values ("QC" or "QC_IP")
oVV7
Type: GeoEngine.Core.GXNetCVV
Resistivity QC channel values ("QC_RES")
oVV8
Type: GeoEngine.Core.GXNetCVV
Line symbol values (GS_INT)
See Also