Click or drag to resize
CCHIMERArAtomicWeight Method
Return the atomic weight of a particular element.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
If the input string is not an element symbol (elements in the range 1-92, "H" to "U"), then returns a dummy (<define>GS_R8DM</define>).
Syntax
public static double rAtomicWeight(
	CGXNETCore gxNetShared,
	string element
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
element
Type: SystemString
Element name (case insensitive)

Return Value

Type: Double
The atomic weight of the given element.
See Also