Click or drag to resize

CDHExportLST Method

Exports a LST of holes in a Drill Hole database to an external file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ExportLST(
	CLST lst,
	string file,
	int type
)

public void ExportLST(
	CLST lst,
	string file,
	int type
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
Hole Names in the Name and Value parts of the LST
file
Type: SystemString
File name
type
Type: SystemInt32
<define>DH_EXP</define>
Remarks
Use functions like SelectedLineLST_DB to construct the LST
See Also