 | CIPPSStack Method |
Create a stacked pseudo-section plot using a control file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void PSStack(
CDB db,
string chan,
string con_file,
string map
)
public void PSStack(
CDB db,
string chan,
string con_file,
string map
)
Public Sub PSStack (
db As CDB,
chan As String,
con_file As String,
map As String
)
Public Sub PSStack (
db As CDB,
chan As String,
con_file As String,
map As String
)
public:
void PSStack(
CDB^ db,
String^ chan,
String^ con_file,
String^ map
)
public:
void PSStack(
CDB^ db,
String^ chan,
String^ con_file,
String^ map
)
member PSStack :
db : CDB *
chan : string *
con_file : string *
map : string -> unit
member PSStack :
db : CDB *
chan : string *
con_file : string *
map : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
DB object - chan
- Type: SystemString
Channel to plot - con_file
- Type: SystemString
"IPPLOT" INI file name - map
- Type: SystemString
Map name to create
Remarks
The control file is created using the IPSTAKCON GX. It may then
be modified by hand as required.
See Also