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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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 str1,
	string str2,
	double d3,
	int i4,
	CWA oWA5
)

Parameters

str1
Type: SystemString
Assay database to use
str2
Type: SystemString
LAS file name
d3
Type: SystemDouble
Averaging/desampling interval (cm)
i4
Type: SystemInt32
Interpolation method
oWA5
Type: GeoEngine.Core.GXNetCWA
Log file handle
See Also