Click or drag to resize

CIPGetQCChannel Method (CGXNETCore, CDB, Int32, String)

Get the QC channel handle, if it exists.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int GetQCChannel(
	CGXNETCore gxNetShared,
	CDB db,
	int qc_type,
	ref string chan
)

public static int GetQCChannel(
	CGXNETCore gxNetShared,
	CDB db,
	int qc_type,
	ref string chan
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
DB object
qc_type
Type: SystemInt32
QC channel type. <define>IP_QCTYPE</define>
chan
Type: SystemString
String to place name into

Return Value

Type: Int32
Channel handle, <define>NULLSYMB</define> if not found
Remarks
For IP, looks for "QC_IP", then "QC_OffTime", then "QC". For Resistivity, looks for "QC_Res", then "QC_OnTime" (case insensitive).
See Also