Click or drag to resize
CDHTestImportLAS Method
Tests import of LAS Data for problems.

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
See ImportLAS_DH. Determines if the import of the LAS data will result in data being overwritten, interpolated or resampled. Warnings are written to a log file, as in sImportLAS_DH. Warnings are not registered in cases where data is merely extended at the start or the end with dummies to match a different interval down the hole.
Syntax
public void TestImportLAS(
	string str1,
	string str2,
	double d3,
	CWA oWA4,
	ref int i5
)

Parameters

str1
Type: SystemString
Assay table name
str2
Type: SystemString
LAS file name
d3
Type: SystemDouble
averaging/desampling interval
oWA4
Type: GeoEngine.Core.GXNetCWA
Log file handle
i5
Type: SystemInt32
1 returned if problems found
See Also