 | CARCDBExportToDB Method |
Export data from an ARCDB table into a group in a Geosoft GDB using a template.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportToDB(
CDB db,
string temp,
string line
)
public void ExportToDB(
CDB db,
string temp,
string line
)
Public Sub ExportToDB (
db As CDB,
temp As String,
line As String
)
Public Sub ExportToDB (
db As CDB,
temp As String,
line As String
)
public:
void ExportToDB(
CDB^ db,
String^ temp,
String^ line
)
public:
void ExportToDB(
CDB^ db,
String^ temp,
String^ line
)
member ExportToDB :
db : CDB *
temp : string *
line : string -> unit
member ExportToDB :
db : CDB *
temp : string *
line : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database - temp
- 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.
3. If the line already exists, the data will overwrite the existing data.
See Also