 | CDUExportAsegProj Method |
Export to ASEG-GDF format file(s) (supports projections).
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ExportAsegProj(
CDB db,
string cur_line,
CVV chan_vv,
int chan,
string defn,
string data,
string proj,
CIPJ ipj
)
public static void ExportAsegProj(
CDB db,
string cur_line,
CVV chan_vv,
int chan,
string defn,
string data,
string proj,
CIPJ ipj
)
Public Shared Sub ExportAsegProj (
db As CDB,
cur_line As String,
chan_vv As CVV,
chan As Integer,
defn As String,
data As String,
proj As String,
ipj As CIPJ
)
Public Shared Sub ExportAsegProj (
db As CDB,
cur_line As String,
chan_vv As CVV,
chan As Integer,
defn As String,
data As String,
proj As String,
ipj As CIPJ
)
public:
static void ExportAsegProj(
CDB^ db,
String^ cur_line,
CVV^ chan_vv,
int chan,
String^ defn,
String^ data,
String^ proj,
CIPJ^ ipj
)
public:
static void ExportAsegProj(
CDB^ db,
String^ cur_line,
CVV^ chan_vv,
int chan,
String^ defn,
String^ data,
String^ proj,
CIPJ^ ipj
)
static member ExportAsegProj :
db : CDB *
cur_line : string *
chan_vv : CVV *
chan : int *
defn : string *
data : string *
proj : string *
ipj : CIPJ -> unit
static member ExportAsegProj :
db : CDB *
cur_line : string *
chan_vv : CVV *
chan : int *
defn : string *
data : string *
proj : string *
ipj : CIPJ -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Database - cur_line
- Type: SystemString
Current line - chan_vv
- Type: GeoEngine.Core.GXNetCVV
Displayed channels - chan
- Type: SystemInt32
<define>DU_CHANNELS</define> - defn
- Type: SystemString
Export header file name - data
- Type: SystemString
Export data file name - proj
- Type: SystemString
Export projection file name - ipj
- Type: GeoEngine.Core.GXNetCIPJ
Projection handle
Remarks
At least one of the header file
or data file names must be set. (Unset names will get the
same file name, but with the extensions .dfn (header) or
.dat (data).
For databases with both groups and lines:
If both lines and groups are selected, save only the lines.
If no lines are selected, (only groups), save the current line
if it is (1) a group and (2) selected, else save the first selected
group. ---
This version supports projections
See Also