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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The input channel code is in the form "[Assay] channel"
Syntax
public void IGetChanCodeInfo(
	string chan_code,
	ref int assay_db_index,
	ref string chan
)

Parameters

chan_code
Type: SystemString
Input channel code "[Assay] channel"
assay_db_index
Type: SystemInt32
Returned assay database index
chan
Type: SystemString
Channel name
See Also