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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	string input_chan,
	ref string chan,
	int buff1,
	ref string units,
	int buff2,
	ref double factor,
	ref int oxide
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input_chan
Type: SystemString
String to test
chan
Type: SystemString
Returned channel name
buff1
Type: SystemInt32
Buffer size for channel name
units
Type: SystemString
Returned units
buff2
Type: SystemInt32
Buffer size for units
factor
Type: SystemDouble
Buffer factor (e.g. ppm = 1.e-6)
oxide
Type: SystemInt32
is this an oxide?

Return Value

Type: Int32
See Also