Click or drag to resize

CDHIGetChanCodeInfo Method (String, Int32, String, Int32)

Return the assay database index and channel name from a channel code string.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void IGetChanCodeInfo(
	string chan_code,
	ref int assay_db_index,
	ref string chan,
	int size_chan
)

public void IGetChanCodeInfo(
	string chan_code,
	ref int assay_db_index,
	ref string chan,
	int size_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
size_chan
Type: SystemInt32
Buffer size for channel name
Remarks
The input channel code is in the form "[Assay] channel"
See Also