Click or drag to resize
CCHIMERAiIsElement Method
Tests a string to see if it is an element symbol

Available since Oasis montaj version: 5.0.7
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Suggested use - testing to see if a channel name is an element so that the "ASSAY" class can be set.
Syntax
public static int iIsElement(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
string to test
i2
Type: SystemInt32
See STR_CASEConstant

Return Value

Type: Int32
See GEO_BOOLConstant
See Also