Click or drag to resize
CIPPseudoPlot Method
Create pseudo-sections of a single line using a control file.

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
The control file is created using the IPPLTCON GX. It may then be modified by hand as required.
Syntax
public void PseudoPlot(
	CDB oDB1,
	string str2,
	string str3,
	string str4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database
str2
Type: SystemString
"IPPLOT" INI file name
str3
Type: SystemString
current line name
str4
Type: SystemString
map name to create
See Also