 | CDUImportXYZ2 Method |
Import XYZ data into the database.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ImportXYZ2(
CGXNETCore gxNetShared,
CDB db,
int mode,
string data,
string templ,
CWA wa
)
public static void ImportXYZ2(
CGXNETCore gxNetShared,
CDB db,
int mode,
string data,
string templ,
CWA wa
)
Public Shared Sub ImportXYZ2 (
gxNetShared As CGXNETCore,
db As CDB,
mode As Integer,
data As String,
templ As String,
wa As CWA
)
Public Shared Sub ImportXYZ2 (
gxNetShared As CGXNETCore,
db As CDB,
mode As Integer,
data As String,
templ As String,
wa As CWA
)
public:
static void ImportXYZ2(
CGXNETCore^ gxNetShared,
CDB^ db,
int mode,
String^ data,
String^ templ,
CWA^ wa
)
public:
static void ImportXYZ2(
CGXNETCore^ gxNetShared,
CDB^ db,
int mode,
String^ data,
String^ templ,
CWA^ wa
)
static member ImportXYZ2 :
gxNetShared : CGXNETCore *
db : CDB *
mode : int *
data : string *
templ : string *
wa : CWA -> unit
static member ImportXYZ2 :
gxNetShared : CGXNETCore *
db : CDB *
mode : int *
data : string *
templ : string *
wa : CWA -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
Database - mode
- Type: SystemInt32
<define>DU_IMPORT</define> - data
- Type: SystemString
Import data file name - templ
- Type: SystemString
Import template name - wa
- Type: GeoEngine.Core.GXNetXCWA
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