  | 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
Syntaxpublic 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
)
Public Shared Function iIsAcquireChan ( 
	gxNetShared As CGXNETCore,
	input_chan As String,
	ByRef chan As String,
	buff1 As Integer,
	ByRef units As String,
	buff2 As Integer,
	ByRef factor As Double,
	ByRef oxide As Integer
) As Integer
Public Shared Function iIsAcquireChan ( 
	gxNetShared As CGXNETCore,
	input_chan As String,
	ByRef chan As String,
	buff1 As Integer,
	ByRef units As String,
	buff2 As Integer,
	ByRef factor As Double,
	ByRef oxide As Integer
) As Integer
public:
static int iIsAcquireChan(
	CGXNETCore^ gxNetShared, 
	String^ input_chan, 
	String^% chan, 
	int buff1, 
	String^% units, 
	int buff2, 
	double% factor, 
	int% oxide
)
public:
static int iIsAcquireChan(
	CGXNETCore^ gxNetShared, 
	String^ input_chan, 
	String^% chan, 
	int buff1, 
	String^% units, 
	int buff2, 
	double% factor, 
	int% oxide
)
static member iIsAcquireChan : 
        gxNetShared : CGXNETCore * 
        input_chan : string * 
        chan : string byref * 
        buff1 : int * 
        units : string byref * 
        buff2 : int * 
        factor : float byref * 
        oxide : int byref -> int 
static member iIsAcquireChan : 
        gxNetShared : CGXNETCore * 
        input_chan : string * 
        chan : string byref * 
        buff1 : int * 
        units : string byref * 
        buff2 : int * 
        factor : float byref * 
        oxide : int byref -> int 
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