 | CCHIMERALaunchTriplot Method |
Launch Triplot tool on a database.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LaunchTriplot(
string db
)
public static void LaunchTriplot(
string db
)
Public Shared Sub LaunchTriplot (
db As String
)
Public Shared Sub LaunchTriplot (
db As String
)
public:
static void LaunchTriplot(
String^ db
)
public:
static void LaunchTriplot(
String^ db
)
static member LaunchTriplot :
db : string -> unit
static member LaunchTriplot :
db : string -> unit
Parameters
- db
- Type: SystemString
Database name
Remarks
The Triplot tool uses the following INI parameters
================ ===============================================
TRIPLOT.TTM name of the triplot template, "none" for none
---------------- -----------------------------------------------
TRIPLOT.TTM_NAME name of last template section, "" for none.
---------------- -----------------------------------------------
TRIPLOT.X name of channel to display in X
---------------- -----------------------------------------------
TRIPLOT.Y name of channel to display in Y
---------------- -----------------------------------------------
TRIPLOT.Z name of channel to display in Z
---------------- -----------------------------------------------
TRIPLOT.MASK name of channel to use for mask
================ ===============================================
The database should be a currently open database.
See Also