Click or drag to resize
CGUIGridStatHist Method (CGXNETCore, IWin32Window, String)
Display Histogram of grid

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void GridStatHist(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	string grid_name
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
grid_name
Type: SystemString
Name of the grid to get stats from
See Also