 | CGUIVoxelStatHist Method (CGXNETCore, String) |
Display Histogram of Voxel
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntaxpublic static void VoxelStatHist(
CGXNETCore gxNetShared,
string vox_name
)
public static void VoxelStatHist(
CGXNETCore gxNetShared,
string vox_name
)
Public Shared Sub VoxelStatHist (
gxNetShared As CGXNETCore,
vox_name As String
)
Public Shared Sub VoxelStatHist (
gxNetShared As CGXNETCore,
vox_name As String
)
public:
static void VoxelStatHist(
CGXNETCore^ gxNetShared,
String^ vox_name
)
public:
static void VoxelStatHist(
CGXNETCore^ gxNetShared,
String^ vox_name
)
static member VoxelStatHist :
gxNetShared : CGXNETCore *
vox_name : string -> unit
static member VoxelStatHist :
gxNetShared : CGXNETCore *
vox_name : string -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - vox_name
- Type: SystemString
Name of the Voxel to get stats from
See Also