 | CGUIGridStatHist Method (CGXNETCore, IWin32Window, String) |
Display Histogram of grid
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void GridStatHist(
CGXNETCore gxNetShared,
IWin32Window owner,
string grid_name
)
public static void GridStatHist(
CGXNETCore gxNetShared,
IWin32Window owner,
string grid_name
)
Public Shared Sub GridStatHist (
gxNetShared As CGXNETCore,
owner As IWin32Window,
grid_name As String
)
Public Shared Sub GridStatHist (
gxNetShared As CGXNETCore,
owner As IWin32Window,
grid_name As String
)
public:
static void GridStatHist(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
String^ grid_name
)
public:
static void GridStatHist(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
String^ grid_name
)
static member GridStatHist :
gxNetShared : CGXNETCore *
owner : IWin32Window *
grid_name : string -> unit
static member GridStatHist :
gxNetShared : CGXNETCore *
owner : IWin32Window *
grid_name : string -> unit
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