Click or drag to resize
CCHIMERALaunchTriplot Method
Launch Triplot tool on a database.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void LaunchTriplot(
	CGXNETCore gxNetShared,
	string db
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: SystemString
Database name
See Also