 | CIPPSStack2Dir Method |
Same as PseudoPlot2_IP, but with directory specified.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void PSStack2Dir(
CDB db,
string chan,
string con_file,
int type,
string map,
string dir
)
public void PSStack2Dir(
CDB db,
string chan,
string con_file,
int type,
string map,
string dir
)
Public Sub PSStack2Dir (
db As CDB,
chan As String,
con_file As String,
type As Integer,
map As String,
dir As String
)
Public Sub PSStack2Dir (
db As CDB,
chan As String,
con_file As String,
type As Integer,
map As String,
dir As String
)
public:
void PSStack2Dir(
CDB^ db,
String^ chan,
String^ con_file,
int type,
String^ map,
String^ dir
)
public:
void PSStack2Dir(
CDB^ db,
String^ chan,
String^ con_file,
int type,
String^ map,
String^ dir
)
member PSStack2Dir :
db : CDB *
chan : string *
con_file : string *
type : int *
map : string *
dir : string -> unit
member PSStack2Dir :
db : CDB *
chan : string *
con_file : string *
type : int *
map : string *
dir : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
DB object - chan
- Type: SystemString
Channel to plot - con_file
- Type: SystemString
"IPPLOT" INI file name - type
- Type: SystemInt32
<define>IP_STACK_TYPE</define> - map
- Type: SystemString
Map name to create - dir
- Type: SystemString
Directory to create files
See Also