Click or drag to resize
CDHImportLAS Method
Imports LAS Data into a DH database

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The argument for the assay database is the file name without the project name and underscore, e.g. for "Project_Assay.gdb" use "Assay"
Syntax
public void ImportLAS(
	string assay,
	string file,
	double interval,
	int interp,
	CWA wa
)

Parameters

assay
Type: SystemString
Assay database to use
file
Type: SystemString
LAS file name
interval
Type: SystemDouble
Averaging/desampling interval (cm)
interp
Type: SystemInt32
Interpolation method
wa
Type: GeoEngine.Core.GXNetXCWA
Log file handle
See Also