 | 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
Syntaxpublic static void ImportIoGAS(
CDB db,
string data_csv,
string templ
)
public static void ImportIoGAS(
CDB db,
string data_csv,
string templ
)
Public Shared Sub ImportIoGAS (
db As CDB,
data_csv As String,
templ As String
)
Public Shared Sub ImportIoGAS (
db As CDB,
data_csv As String,
templ As String
)
public:
static void ImportIoGAS(
CDB^ db,
String^ data_csv,
String^ templ
)
public:
static void ImportIoGAS(
CDB^ db,
String^ data_csv,
String^ templ
)
static member ImportIoGAS :
db : CDB *
data_csv : string *
templ : string -> unit
static member ImportIoGAS :
db : CDB *
data_csv : string *
templ : string -> unit
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