Click or drag to resize
CDHIGetChanCodeInfo Method
Return the assay database index and channel name from a channel code string.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The input channel code is in the form "[Assay] channel"
Syntax
public void IGetChanCodeInfo(
	string str1,
	ref int i2,
	ref string str3
)

Parameters

str1
Type: SystemString
Input channel code "[Assay] channel"
i2
Type: SystemInt32
Returned assay database index
str3
Type: SystemString
channel name
See Also