 | CDUImportAsegProj Method |
Import an ASEG-GDF data file (supports projections).
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void ImportAsegProj(
CGXNETCore gxNetShared,
CDB db,
string templ,
string file,
string data,
string flc,
int chans,
string proj,
string x_ch,
string y_ch,
int fiducial
)
public static void ImportAsegProj(
CGXNETCore gxNetShared,
CDB db,
string templ,
string file,
string data,
string flc,
int chans,
string proj,
string x_ch,
string y_ch,
int fiducial
)
Public Shared Sub ImportAsegProj (
gxNetShared As CGXNETCore,
db As CDB,
templ As String,
file As String,
data As String,
flc As String,
chans As Integer,
proj As String,
x_ch As String,
y_ch As String,
fiducial As Integer
)
Public Shared Sub ImportAsegProj (
gxNetShared As CGXNETCore,
db As CDB,
templ As String,
file As String,
data As String,
flc As String,
chans As Integer,
proj As String,
x_ch As String,
y_ch As String,
fiducial As Integer
)
public:
static void ImportAsegProj(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ templ,
String^ file,
String^ data,
String^ flc,
int chans,
String^ proj,
String^ x_ch,
String^ y_ch,
int fiducial
)
public:
static void ImportAsegProj(
CGXNETCore^ gxNetShared,
CDB^ db,
String^ templ,
String^ file,
String^ data,
String^ flc,
int chans,
String^ proj,
String^ x_ch,
String^ y_ch,
int fiducial
)
static member ImportAsegProj :
gxNetShared : CGXNETCore *
db : CDB *
templ : string *
file : string *
data : string *
flc : string *
chans : int *
proj : string *
x_ch : string *
y_ch : string *
fiducial : int -> unit
static member ImportAsegProj :
gxNetShared : CGXNETCore *
db : CDB *
templ : string *
file : string *
data : string *
flc : string *
chans : int *
proj : string *
x_ch : string *
y_ch : string *
fiducial : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
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 - proj
- Type: SystemString
Projection file name - x_ch
- Type: SystemString
Channel pair to associate projection - y_ch
- Type: SystemString
Channel pair to associate projection - fiducial
- Type: SystemInt32
Fiducial selection
RemarksThis version supports projections
See Also