Click or drag to resize
CARCDBExportToDB Method
Export data from an ARCDB table into a group in a Geosoft GDB using a template.

Available since Oasis montaj version: 8.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
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)
See Also