Click or drag to resize

CGUIGridStatHist5 Method (CGXNETCore, String, String, String, String, String)

Display Histogram of up to 5 different grids

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void GridStatHist5(
	CGXNETCore gxNetShared,
	string grid_name_1,
	string grid_name_2,
	string grid_name_3,
	string grid_name_4,
	string grid_name_5
)

public static void GridStatHist5(
	CGXNETCore gxNetShared,
	string grid_name_1,
	string grid_name_2,
	string grid_name_3,
	string grid_name_4,
	string grid_name_5
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
grid_name_1
Type: SystemString
Name of the first grid to get stats from (required)
grid_name_2
Type: SystemString
Optional name of the second grid to get stats from
grid_name_3
Type: SystemString
Optional name of the third grid to get stats from
grid_name_4
Type: SystemString
Optional name of the fourth grid to get stats from
grid_name_5
Type: SystemString
Optional name of the fifth grid to get stats from
See Also