 | CCHIMERAiIsAcquireChan Method (String, String, String, Double, Int32) |
Is this channel in acQuire format (e.g. "Ag_ppm_4AWR")
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iIsAcquireChan(
string input_chan,
ref string chan,
ref string units,
ref double factor,
ref int oxide
)
public static int iIsAcquireChan(
string input_chan,
ref string chan,
ref string units,
ref double factor,
ref int oxide
)
Public Shared Function iIsAcquireChan (
input_chan As String,
ByRef chan As String,
ByRef units As String,
ByRef factor As Double,
ByRef oxide As Integer
) As Integer
Public Shared Function iIsAcquireChan (
input_chan As String,
ByRef chan As String,
ByRef units As String,
ByRef factor As Double,
ByRef oxide As Integer
) As Integer
public:
static int iIsAcquireChan(
String^ input_chan,
String^% chan,
String^% units,
double% factor,
int% oxide
)
public:
static int iIsAcquireChan(
String^ input_chan,
String^% chan,
String^% units,
double% factor,
int% oxide
)
static member iIsAcquireChan :
input_chan : string *
chan : string byref *
units : string byref *
factor : float byref *
oxide : int byref -> int
static member iIsAcquireChan :
input_chan : string *
chan : string byref *
units : string byref *
factor : float byref *
oxide : int byref -> int
Parameters
- input_chan
- Type: SystemString
String to test - chan
- Type: SystemString
Returned channel name - units
- Type: SystemString
Returned 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