 | CIPExportIPREDDir Method |
Exports pseudo-section in the Geosoft IPRED format in the specified directory
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportIPREDDir(
CDB db,
string title,
string chan,
string suffix,
int filter,
string wts,
double stn1,
double stn2,
int max_n,
string dir
)
public void ExportIPREDDir(
CDB db,
string title,
string chan,
string suffix,
int filter,
string wts,
double stn1,
double stn2,
int max_n,
string dir
)
Public Sub ExportIPREDDir (
db As CDB,
title As String,
chan As String,
suffix As String,
filter As Integer,
wts As String,
stn1 As Double,
stn2 As Double,
max_n As Integer,
dir As String
)
Public Sub ExportIPREDDir (
db As CDB,
title As String,
chan As String,
suffix As String,
filter As Integer,
wts As String,
stn1 As Double,
stn2 As Double,
max_n As Integer,
dir As String
)
public:
void ExportIPREDDir(
CDB^ db,
String^ title,
String^ chan,
String^ suffix,
int filter,
String^ wts,
double stn1,
double stn2,
int max_n,
String^ dir
)
public:
void ExportIPREDDir(
CDB^ db,
String^ title,
String^ chan,
String^ suffix,
int filter,
String^ wts,
double stn1,
double stn2,
int max_n,
String^ dir
)
member ExportIPREDDir :
db : CDB *
title : string *
chan : string *
suffix : string *
filter : int *
wts : string *
stn1 : float *
stn2 : float *
max_n : int *
dir : string -> unit
member ExportIPREDDir :
db : CDB *
title : string *
chan : string *
suffix : string *
filter : int *
wts : string *
stn1 : float *
stn2 : float *
max_n : int *
dir : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to export from - title
- Type: SystemString
Title for first line of file - chan
- Type: SystemString
Channel to process - suffix
- Type: SystemString
File suffix (type) - filter
- Type: SystemInt32
<define>IP_FILTER</define> - wts
- Type: SystemString
The Fraser Filter weights - stn1
- Type: SystemDouble
First Station position (<define>rDUMMY</define> for default) - stn2
- Type: SystemDouble
Last Station position (<define>rDUMMY</define> for default) - max_n
- Type: SystemInt32
Maximum n spacing - dir
- Type: SystemString
Directory to export to
Remarks
The Fraser Filter weights apply to each N expansion above,
and are listed as w1,w2,w3,... Unspecified values beyond
the list's end are set to 1.0.
See Also