Click or drag to resize

CDUImportIoGAS Method

Import data columns from an ioGAS data file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportIoGAS(
	CDB db,
	string data_csv,
	string templ
)

public static void ImportIoGAS(
	CDB db,
	string data_csv,
	string templ
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
data_csv
Type: SystemString
Input data.csv file name
templ
Type: SystemString
Input template file name
Remarks
1. All columns in the speficied ioGAS data file will be imported. 2. If a line already exists, the data will overwrite the existing data.
See Also