Click or drag to resize

CIPPseudoPlot Method

Create pseudo-sections of a single line using a control file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void PseudoPlot(
	CDB db,
	string ini_file,
	string cur_line,
	string map
)

public void PseudoPlot(
	CDB db,
	string ini_file,
	string cur_line,
	string map
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
ini_file
Type: SystemString
"IPPLOT" INI file name
cur_line
Type: SystemString
Current line name
map
Type: SystemString
Map name to create
Remarks
The control file is created using the IPPLTCON GX. It may then be modified by hand as required.
See Also