 | CACQUIREiImportHole Method |
Import Drillhole data acQuire database into a GDB
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iImportHole(
string proj,
string dir,
string para,
CVV geo_vv,
int delete_existing,
int convert
)
public int iImportHole(
string proj,
string dir,
string para,
CVV geo_vv,
int delete_existing,
int convert
)
Public Function iImportHole (
proj As String,
dir As String,
para As String,
geo_vv As CVV,
delete_existing As Integer,
convert As Integer
) As Integer
Public Function iImportHole (
proj As String,
dir As String,
para As String,
geo_vv As CVV,
delete_existing As Integer,
convert As Integer
) As Integer
public:
int iImportHole(
String^ proj,
String^ dir,
String^ para,
CVV^ geo_vv,
int delete_existing,
int convert
)
public:
int iImportHole(
String^ proj,
String^ dir,
String^ para,
CVV^ geo_vv,
int delete_existing,
int convert
)
member iImportHole :
proj : string *
dir : string *
para : string *
geo_vv : CVV *
delete_existing : int *
convert : int -> int
member iImportHole :
proj : string *
dir : string *
para : string *
geo_vv : CVV *
delete_existing : int *
convert : int -> int
Parameters
- proj
- Type: SystemString
Project name - dir
- Type: SystemString
Project directory - para
- Type: SystemString
Parameter File - geo_vv
- Type: GeoEngine.Core.GXNetXCVV
List of geology name database - delete_existing
- Type: SystemInt32
0: Write to existing databases (overwrite holes), 1: Delete existing databases. - convert
- Type: SystemInt32
Convert Negatives (0,1)
Return Value
Type:
Int32
0 - Ok
1 - Error (Will not stop GX)
Remarks
Point data and polygon data are saved into Dnnn lines in GDB,
nnn representing incremental number starting from 0
See Also