Click or drag to resize

CGUIVoxelStatHist Method (CGXNETCore, IWin32Window, String)

Display Histogram of Voxel

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

public static void VoxelStatHist(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	string vox_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.
vox_name
Type: SystemString
Name of the Voxel to get stats from
See Also