Click or drag to resize
CDUImportIoGAS Method
Import data columns from an ioGAS data file.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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.
Syntax
public static void ImportIoGAS(
	CDB oDB1,
	string str2,
	string str3
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
Input data.csv file name
str3
Type: SystemString
Input template file name
See Also