Click or drag to resize
CIPPSStack Method
Create a stacked pseudo-section plot using a control file.

Available since Oasis montaj version: 5.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The control file is created using the IPSTAKCON GX. It may then be modified by hand as required.
Syntax
public void PSStack(
	CDB db,
	string chan,
	string con_file,
	string map
)

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
See Also