Click or drag to resize

CGUIVoxelStatHist Method (IWin32Window, String)

Display Histogram of Voxel

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void VoxelStatHist(
	IWin32Window owner,
	string vox_name
)

public static void VoxelStatHist(
	IWin32Window owner,
	string vox_name
)

Parameters

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