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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 assay,
	string file,
	double interval,
	CWA wa,
	ref int warn
)

Parameters

assay
Type: SystemString
Assay table name
file
Type: SystemString
LAS file name
interval
Type: SystemDouble
Averaging/desampling interval
wa
Type: GeoEngine.Core.GXNetXCWA
Log file handle
warn
Type: SystemInt32
1 returned if problems found
See Also