 | CDHStringFromToDataLST Method |
Fills a LST with available string-type channel code values from From-To databases.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void StringFromToDataLST(
string assay,
CLST lst
)
public void StringFromToDataLST(
string assay,
CLST lst
)
Public Sub StringFromToDataLST (
assay As String,
lst As CLST
)
Public Sub StringFromToDataLST (
assay As String,
lst As CLST
)
public:
void StringFromToDataLST(
String^ assay,
CLST^ lst
)
public:
void StringFromToDataLST(
String^ assay,
CLST^ lst
)
member StringFromToDataLST :
assay : string *
lst : CLST -> unit
member StringFromToDataLST :
assay : string *
lst : CLST -> unit
Parameters
- assay
- Type: SystemString
Assay dataset ("" for all) - lst
- Type: GeoEngine.Core.GXNetXCLST
LST to fill with channel code values.
Remarks
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.
See Also