 | CDUImportESRI Method |
Import an ArcGIS Geodatabase table or feature class into a GDB group
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportESRI(
CDB db,
string connect,
string templ,
string line
)
public static void ImportESRI(
CDB db,
string connect,
string templ,
string line
)
Public Shared Sub ImportESRI (
db As CDB,
connect As String,
templ As String,
line As String
)
Public Shared Sub ImportESRI (
db As CDB,
connect As String,
templ As String,
line As String
)
public:
static void ImportESRI(
CDB^ db,
String^ connect,
String^ templ,
String^ line
)
public:
static void ImportESRI(
CDB^ db,
String^ connect,
String^ templ,
String^ line
)
static member ImportESRI :
db : CDB *
connect : string *
templ : string *
line : string -> unit
static member ImportESRI :
db : CDB *
connect : string *
templ : string *
line : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - connect
- Type: SystemString
Import database connection string (e.g. "d:\Personal\test.mdb|Table" or "d:\File\test.gdb|FeatureClass, overrides template value) - templ
- Type: SystemString
Import template name - line
- Type: SystemString
Oasis montaj line name to create (overrides template value)
Remarks
1. The import template can be in the local directory or the GEOSOFT
directory.
2. Only the import template must be specified. The Geodatabase connection string
and Oasis line name are normally taken from the template file itself,
but if these values are provided, they will override those found in the template.
3. If the line already exists, the data will overwrite the existing data.
See Also