Click or drag to resize
CIPGetQCChannel Method (CGXNETCore, CDB, Int32, String)
Get the QC channel handle, if it exists.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
For IP, looks for "QC_IP", then "QC_OffTime", then "QC". For Resistivity, looks for "QC_Res", then "QC_OnTime" (case insensitive).
Syntax
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
See Also