Click or drag to resize

CIP.GetLineData Method

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

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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.GXNetX.CDB
DB object
line
Type: System.String
Line name ("" for all selected lines)
vv_R1X
Type: GeoEngine.Core.GXNetX.CVV
RX1 x locations (returned)
vv_R1Y
Type: GeoEngine.Core.GXNetX.CVV
RX1 y locations (returned)
vv_R2X
Type: GeoEngine.Core.GXNetX.CVV
RX2 x locations (returned)
vv_R2Y
Type: GeoEngine.Core.GXNetX.CVV
RX2 y locations (returned)
vv_T1X
Type: GeoEngine.Core.GXNetX.CVV
TX1 x locations (returned)
vv_T1Y
Type: GeoEngine.Core.GXNetX.CVV
TX1 y locations (returned)
vv_T2X
Type: GeoEngine.Core.GXNetX.CVV
TX2 x locations (returned)
vv_T2Y
Type: GeoEngine.Core.GXNetX.CVV
TX2 y locations (returned)
vv_QC_IP
Type: GeoEngine.Core.GXNetX.CVV
IP QC channel values ("QC" or "QC_IP") (returned)
vv_QC_Res
Type: GeoEngine.Core.GXNetX.CVV
Resistivity QC channel values ("QC_RES") (returned)
data
Type: System.String
data channel (optional)
vv_data
Type: GeoEngine.Core.GXNetX.CVV
data channel values (returned)
Remarks
True XY locations are returned for 2D arrays. Distant Electrode locations may be dummies.
See Also