Click or drag to resize

CCHIMERALaunchHistogram Method

Launch histogram tool on a database.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void LaunchHistogram(
	CGXNETCore gxNetShared,
	string db,
	string chan
)

public static void LaunchHistogram(
	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
Remarks
The database should be a currently open database. This function supercedes LaunchHistogram_EDB, (which now just gets the name of the EDB and calls this function).
See Also