 | CDHImportLAS Method |
Imports LAS Data into a DH database
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportLAS(
string assay,
string file,
double interval,
int interp,
CWA wa
)
public void ImportLAS(
string assay,
string file,
double interval,
int interp,
CWA wa
)
Public Sub ImportLAS (
assay As String,
file As String,
interval As Double,
interp As Integer,
wa As CWA
)
Public Sub ImportLAS (
assay As String,
file As String,
interval As Double,
interp As Integer,
wa As CWA
)
public:
void ImportLAS(
String^ assay,
String^ file,
double interval,
int interp,
CWA^ wa
)
public:
void ImportLAS(
String^ assay,
String^ file,
double interval,
int interp,
CWA^ wa
)
member ImportLAS :
assay : string *
file : string *
interval : float *
interp : int *
wa : CWA -> unit
member ImportLAS :
assay : string *
file : string *
interval : float *
interp : int *
wa : CWA -> unit
Parameters
- assay
- Type: SystemString
Assay database to use - file
- Type: SystemString
LAS file name - interval
- Type: SystemDouble
Averaging/desampling interval (cm) - interp
- Type: SystemInt32
Interpolation method - wa
- Type: GeoEngine.Core.GXNetXCWA
Log file handle
Remarks
The argument for the assay database is the file name
without the project name and underscore, e.g. for
"Project_Assay.gdb" use "Assay"
See Also