Click or drag to resize
CIPPseudoPlot2 Method
Same as PseudoPlot_IP, but specify a tag for grids created.

Available since Oasis montaj version: 5.1.8
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 PseudoPlot2(
	CDB oDB1,
	string str2,
	string str3,
	string str4,
	string str5
)

Parameters

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