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")

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
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
)

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
Remarks
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.
See Also