Click or drag to resize
CCHIMERAiIsAcquireChan Method
Is this channel in acQuire format (e.g. "Ag_ppm_4AWR")

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Expressions can take acQuire-type named channels if the exact element/oxide is not found. This function extracts the channel name, and units from an acQuire-formatted channel name.
Syntax
public static int iIsAcquireChan(
	string str1,
	ref string str2,
	ref string str3,
	ref double d4,
	ref int i5
)

Parameters

str1
Type: SystemString
string to test
str2
Type: SystemString
returned channel name
str3
Type: SystemString
returned units
d4
Type: SystemDouble
units factor (e.g. ppm = 1.e-6)
i5
Type: SystemInt32
See GEO_BOOLConstant is this an oxide?

Return Value

Type: Int32
See GEO_BOOLConstant
See Also