Click or drag to resize
CCHIMERALaunchProbability Method
Launch probability tool on a database.

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The database should be a currently open database.
Syntax
public static void LaunchProbability(
	CGXNETCore gxNetShared,
	string db,
	string chan
)

Parameters

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