Click or drag to resize

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
Syntax
public static int iIsElement(
	string chan,
	int case_sensitive
)

public static int iIsElement(
	string chan,
	int case_sensitive
)

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