Click or drag to resize

CCHIMERALaunchHistogram Method

Launch histogram tool on a database.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void LaunchHistogram(
	string db,
	string chan
)

public static void LaunchHistogram(
	string db,
	string chan
)

Parameters

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