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