 | CIPPseudoPlot2 Method |
Same as PseudoPlot_IP, but specify a tag for grids created.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void PseudoPlot2(
CDB db,
string ini_file,
string cur_line,
string tag,
string map
)
public void PseudoPlot2(
CDB db,
string ini_file,
string cur_line,
string tag,
string map
)
Public Sub PseudoPlot2 (
db As CDB,
ini_file As String,
cur_line As String,
tag As String,
map As String
)
Public Sub PseudoPlot2 (
db As CDB,
ini_file As String,
cur_line As String,
tag As String,
map As String
)
public:
void PseudoPlot2(
CDB^ db,
String^ ini_file,
String^ cur_line,
String^ tag,
String^ map
)
public:
void PseudoPlot2(
CDB^ db,
String^ ini_file,
String^ cur_line,
String^ tag,
String^ map
)
member PseudoPlot2 :
db : CDB *
ini_file : string *
cur_line : string *
tag : string *
map : string -> unit
member PseudoPlot2 :
db : CDB *
ini_file : string *
cur_line : string *
tag : string *
map : string -> unit
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
Remarks
The control file is created using the IPPLTCON GX. It may then
be modified by hand as required.
See Also