Click or drag to resize

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
Syntax
public void ExportToDB(
	CDB db,
	string temp,
	string line
)

public void ExportToDB(
	CDB db,
	string temp,
	string line
)

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