 | CIPExportIPRED Method |
Exports pseudo-section in the Geosoft IPRED format.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportIPRED(
CDB db,
string title,
string chan,
string suffix,
int filter,
string wts,
double stn1,
double stn2,
int max_n
)
public void ExportIPRED(
CDB db,
string title,
string chan,
string suffix,
int filter,
string wts,
double stn1,
double stn2,
int max_n
)
Public Sub ExportIPRED (
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
)
Public Sub ExportIPRED (
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
)
public:
void ExportIPRED(
CDB^ db,
String^ title,
String^ chan,
String^ suffix,
int filter,
String^ wts,
double stn1,
double stn2,
int max_n
)
public:
void ExportIPRED(
CDB^ db,
String^ title,
String^ chan,
String^ suffix,
int filter,
String^ wts,
double stn1,
double stn2,
int max_n
)
member ExportIPRED :
db : CDB *
title : string *
chan : string *
suffix : string *
filter : int *
wts : string *
stn1 : float *
stn2 : float *
max_n : int -> unit
member ExportIPRED :
db : CDB *
title : string *
chan : string *
suffix : string *
filter : int *
wts : string *
stn1 : float *
stn2 : float *
max_n : int -> 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
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