 | CCHIMERAiIsElement Method |
Tests a string to see if it is an element symbol
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int iIsElement(
string chan,
int case_sensitive
)
public static int iIsElement(
string chan,
int case_sensitive
)
Public Shared Function iIsElement (
chan As String,
case_sensitive As Integer
) As Integer
Public Shared Function iIsElement (
chan As String,
case_sensitive As Integer
) As Integer
public:
static int iIsElement(
String^ chan,
int case_sensitive
)
public:
static int iIsElement(
String^ chan,
int case_sensitive
)
static member iIsElement :
chan : string *
case_sensitive : int -> int
static member iIsElement :
chan : string *
case_sensitive : int -> int
Parameters
- chan
- Type: SystemString
String to test - case_sensitive
- Type: SystemInt32
<define>STR_CASE</define>
Return Value
Type:
Int32
Remarks
Suggested use - testing to see if a channel name is an
element so that the "ASSAY" class can be set.
See Also