Click or drag to resize

CDUImportIoGAS Method

Import data columns from an ioGAS data file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void ImportIoGAS(
	CGXNETCore gxNetShared,
	CDB db,
	string data_csv,
	string templ
)

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
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