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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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(
	CGXNETCore gxNetShared,
	CDB db,
	string data_csv,
	string templ
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
data_csv
Type: SystemString
Input data.csv file name
templ
Type: SystemString
Input template file name
See Also