 | CGUIVoxelStatHist Method (String) |
Display Histogram of Voxel
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void VoxelStatHist(
string vox_name
)
public static void VoxelStatHist(
string vox_name
)
Public Shared Sub VoxelStatHist (
vox_name As String
)
Public Shared Sub VoxelStatHist (
vox_name As String
)
public:
static void VoxelStatHist(
String^ vox_name
)
public:
static void VoxelStatHist(
String^ vox_name
)
static member VoxelStatHist :
vox_name : string -> unit
static member VoxelStatHist :
vox_name : string -> unit
Parameters
- vox_name
- Type: SystemString
Name of the Voxel to get stats from
See Also