Click or drag to resize
CIPPseudoPlot2Dir Method
Same as PseudoPlot2_IP, but with directory specified.

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

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
str6
Type: SystemString
directory to create files
See Also