 | CDUScanAseg Method |
This method scans an ASEG-GDF file and generates a default
template listing all the channels and all the ALIAS lines.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ScanAseg(
string file,
string data,
string flc,
string templ
)
public static void ScanAseg(
string file,
string data,
string flc,
string templ
)
Public Shared Sub ScanAseg (
file As String,
data As String,
flc As String,
templ As String
)
Public Shared Sub ScanAseg (
file As String,
data As String,
flc As String,
templ As String
)
public:
static void ScanAseg(
String^ file,
String^ data,
String^ flc,
String^ templ
)
public:
static void ScanAseg(
String^ file,
String^ data,
String^ flc,
String^ templ
)
static member ScanAseg :
file : string *
data : string *
flc : string *
templ : string -> unit
static member ScanAseg :
file : string *
data : string *
flc : string *
templ : string -> unit
Parameters
- file
- Type: SystemString
Header file name - data
- Type: SystemString
Data file name - flc
- Type: SystemString
Flight Line Channel name - templ
- Type: SystemString
Template file name to Create
See Also