 | 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
Syntaxpublic 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
)
Public Sub TestImportLAS (
assay As String,
file As String,
interval As Double,
wa As CWA,
ByRef warn As Integer
)
Public Sub TestImportLAS (
assay As String,
file As String,
interval As Double,
wa As CWA,
ByRef warn As Integer
)
public:
void TestImportLAS(
String^ assay,
String^ file,
double interval,
CWA^ wa,
int% warn
)
public:
void TestImportLAS(
String^ assay,
String^ file,
double interval,
CWA^ wa,
int% warn
)
member TestImportLAS :
assay : string *
file : string *
interval : float *
wa : CWA *
warn : int byref -> unit
member TestImportLAS :
assay : string *
file : string *
interval : float *
wa : CWA *
warn : int byref -> unit
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