 | CDUImportXYZ Method |
Import XYZ data into the database.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportXYZ(
CDB db,
int mode,
string data,
string templ
)
public static void ImportXYZ(
CDB db,
int mode,
string data,
string templ
)
Public Shared Sub ImportXYZ (
db As CDB,
mode As Integer,
data As String,
templ As String
)
Public Shared Sub ImportXYZ (
db As CDB,
mode As Integer,
data As String,
templ As String
)
public:
static void ImportXYZ(
CDB^ db,
int mode,
String^ data,
String^ templ
)
public:
static void ImportXYZ(
CDB^ db,
int mode,
String^ data,
String^ templ
)
static member ImportXYZ :
db : CDB *
mode : int *
data : string *
templ : string -> unit
static member ImportXYZ :
db : CDB *
mode : int *
data : string *
templ : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - mode
- Type: SystemInt32
<define>DU_IMPORT</define> - data
- Type: SystemString
Import data file name - templ
- Type: SystemString
Import template name
Remarks
1. The import template can be in the local directory or the GEOSOFT
directory. The import data file must include the path if it is not
in the local directory.
2. Both the import template and data file must exist.
See Also