Click or drag to resize

CDHExportLAS Method

Exports a Drill Hole database to a LAS v2 file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportLAS(
	int assay_db,
	int hole,
	double interval,
	string file
)

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