 | CLSTAssayChannel Method |
Create a LST of assay channel mask strings from file.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CLST AssayChannel(
CGXNETCore gxNetShared
)
public static CLST AssayChannel(
CGXNETCore gxNetShared
)
Public Shared Function AssayChannel (
gxNetShared As CGXNETCore
) As CLST
Public Shared Function AssayChannel (
gxNetShared As CGXNETCore
) As CLST
public:
static CLST^ AssayChannel(
CGXNETCore^ gxNetShared
)
public:
static CLST^ AssayChannel(
CGXNETCore^ gxNetShared
)
static member AssayChannel :
gxNetShared : CGXNETCore -> CLST
static member AssayChannel :
gxNetShared : CGXNETCore -> CLST
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Return Value
Type:
CLSTLST Object
Remarks
Searches the local directory, then user\etc, then \etc to see
if the file "assaylist.csv" exists.
The file contains strings of those channel names which are
to be interpreted as assay channels for geochemical processes.
Items can be on the same line, separated by commas, or on
separate lines (and combinations of both).
If this function is used in combination with the lFindItemMask_LST
function, then you can use mask-strings such as "*ppm"
The following is a sample file:
*ppm, *(ppm), *PPM, *(PPM), FeCl, MnO2
"Fe %"
FeO
If the file is not found, or if no items are parsed, the list
is returned with zero size.
See the "assaylist.csv" file in the oasismontaj\etc directory
for more details.
See Also