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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
Use functions like SelectedLineLST_DB to construct the LST
Syntax
public void ExportLST(
	CLST oLST1,
	string str2,
	int i3
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
Hole Names in the Name and Value parts of the LST
str2
Type: SystemString
File name
i3
Type: SystemInt32
See DH_EXPConstant
See Also