Click or drag to resize
CDHExportLST Method
Exports a LST of holes in a Drill Hole database to an external file.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Use functions like SelectedLineLST_DB to construct the LST
Syntax
public void ExportLST(
	CLST lst,
	string file,
	int type
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
Hole Names in the Name and Value parts of the LST
file
Type: SystemString
File name
type
Type: SystemInt32
<define>DH_EXP</define>
See Also