Click or drag to resize
CDHStringFromToDataLST Method
Fills a LST with available string-type channel code values from From-To databases.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Channel codes are in the format "[Geology] Lithology", where the name in the square brackets is descriptive part of the project database containing the given channel name. The above code might refer to the "Lithology" channel in the "Tutorial_Geology.gdb" database.
Syntax
public void StringFromToDataLST(
	string str1,
	CLST oLST2
)

Parameters

str1
Type: SystemString
Assay dataset ("" for all)
oLST2
Type: GeoEngine.Core.GXNetCLST
LST to fill with channel code values.
See Also