Click or drag to resize

CIPPSStack Method

Create a stacked pseudo-section plot using a control file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void PSStack(
	CDB db,
	string chan,
	string con_file,
	string map
)

public void PSStack(
	CDB db,
	string chan,
	string con_file,
	string map
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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