Click or drag to resize
CIPGetQCChannel Method
Get the QC channel handle, if it exists.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	int i2,
	ref string str3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DB object
i2
Type: SystemInt32
QC channel type. IP_QCTYPEConstant
str3
Type: SystemString
string to place name into

Return Value

Type: Int32
Channel handle, NULLSYMBConstant if not found
See Also