Click or drag to resize

CIPGetLineData Method

Get electrodes, data and mask values for a single line.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetLineData(
	CDB db,
	string line,
	CVV vv_R1X,
	CVV vv_R1Y,
	CVV vv_R2X,
	CVV vv_R2Y,
	CVV vv_T1X,
	CVV vv_T1Y,
	CVV vv_T2X,
	CVV vv_T2Y,
	CVV vv_QC_IP,
	CVV vv_QC_Res,
	string data,
	CVV vv_data
)

public void GetLineData(
	CDB db,
	string line,
	CVV vv_R1X,
	CVV vv_R1Y,
	CVV vv_R2X,
	CVV vv_R2Y,
	CVV vv_T1X,
	CVV vv_T1Y,
	CVV vv_T2X,
	CVV vv_T2Y,
	CVV vv_QC_IP,
	CVV vv_QC_Res,
	string data,
	CVV vv_data
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
DB object
line
Type: SystemString
Line name ("" for all selected lines)
vv_R1X
Type: GeoEngine.Core.GXNetCVV
RX1 x locations (returned)
vv_R1Y
Type: GeoEngine.Core.GXNetCVV
RX1 y locations (returned)
vv_R2X
Type: GeoEngine.Core.GXNetCVV
RX2 x locations (returned)
vv_R2Y
Type: GeoEngine.Core.GXNetCVV
RX2 y locations (returned)
vv_T1X
Type: GeoEngine.Core.GXNetCVV
TX1 x locations (returned)
vv_T1Y
Type: GeoEngine.Core.GXNetCVV
TX1 y locations (returned)
vv_T2X
Type: GeoEngine.Core.GXNetCVV
TX2 x locations (returned)
vv_T2Y
Type: GeoEngine.Core.GXNetCVV
TX2 y locations (returned)
vv_QC_IP
Type: GeoEngine.Core.GXNetCVV
IP QC channel values ("QC" or "QC_IP") (returned)
vv_QC_Res
Type: GeoEngine.Core.GXNetCVV
Resistivity QC channel values ("QC_RES") (returned)
data
Type: SystemString
data channel (optional)
vv_data
Type: GeoEngine.Core.GXNetCVV
data channel values (returned)
Remarks
True XY locations are returned for 2D arrays. Distant Electrode locations may be dummies.
See Also