 | CDUImportAseg Method |
Import an ASEG-GDF data file.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ImportAseg(
CDB db,
string templ,
string file,
string data,
string flc,
int chans
)
public static void ImportAseg(
CDB db,
string templ,
string file,
string data,
string flc,
int chans
)
Public Shared Sub ImportAseg (
db As CDB,
templ As String,
file As String,
data As String,
flc As String,
chans As Integer
)
Public Shared Sub ImportAseg (
db As CDB,
templ As String,
file As String,
data As String,
flc As String,
chans As Integer
)
public:
static void ImportAseg(
CDB^ db,
String^ templ,
String^ file,
String^ data,
String^ flc,
int chans
)
public:
static void ImportAseg(
CDB^ db,
String^ templ,
String^ file,
String^ data,
String^ flc,
int chans
)
static member ImportAseg :
db : CDB *
templ : string *
file : string *
data : string *
flc : string *
chans : int -> unit
static member ImportAseg :
db : CDB *
templ : string *
file : string *
data : string *
flc : string *
chans : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - templ
- Type: SystemString
Template file name - file
- Type: SystemString
Header file name - data
- Type: SystemString
Data file name - flc
- Type: SystemString
Flight Line Channel name - chans
- Type: SystemInt32
Number of channels to import at one time
See Also