Click or drag to resize
CDHExportLAS Method
Exports a Drill Hole database to a LAS v2 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)
Syntax
public void ExportLAS(
	int assay_db,
	int hole,
	double interval,
	string file
)

Parameters

assay_db
Type: SystemInt32
Assay database index
hole
Type: SystemInt32
Hole index
interval
Type: SystemDouble
Interval for output
file
Type: SystemString
File name
See Also