Click or drag to resize
CIPSetElectrodeMaskValues Method
Set unique electrodes, along with current mask info.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Mask values are set for all included electrode locations, currently selected lines.
Syntax
public void SetElectrodeMaskValues(
	CDB oDB1,
	string str2,
	int i3,
	CVV oVV4,
	CVV oVV5,
	CVV oVV6,
	CVV oVV7
)

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")
See Also