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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	string chan,
	int case_sensitive
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
chan
Type: SystemString
String to test
case_sensitive
Type: SystemInt32
<define>STR_CASE</define>

Return Value

Type: Int32
See Also