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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 db,
	string ini_file,
	string cur_line,
	string tag,
	string map,
	string dir
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database
ini_file
Type: SystemString
"IPPLOT" INI file name
cur_line
Type: SystemString
Current line name
tag
Type: SystemString
Tag for created grids
map
Type: SystemString
Map name to create
dir
Type: SystemString
Directory to create files
See Also