Click or drag to resize

CDHTestImportLAS Method

Tests import of LAS Data for problems.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void TestImportLAS(
	string assay,
	string file,
	double interval,
	CWA wa,
	ref int warn
)

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
Remarks
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.
See Also