 | CDCOLGetLayerHistogram Method |
Get a VV filled with histogram bin counts for each zone of the ITR
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic CVV GetLayerHistogram(
int index,
ref double incr,
ref double min
)
public CVV GetLayerHistogram(
int index,
ref double incr,
ref double min
)
Public Function GetLayerHistogram (
index As Integer,
ByRef incr As Double,
ByRef min As Double
) As CVV
Public Function GetLayerHistogram (
index As Integer,
ByRef incr As Double,
ByRef min As Double
) As CVV
public:
CVV^ GetLayerHistogram(
int index,
double% incr,
double% min
)
public:
CVV^ GetLayerHistogram(
int index,
double% incr,
double% min
)
member GetLayerHistogram :
index : int *
incr : float byref *
min : float byref -> CVV
member GetLayerHistogram :
index : int *
incr : float byref *
min : float byref -> CVV
Parameters
- index
- Type: SystemInt32
Index of layer - incr
- Type: SystemDouble
width of bin increment - min
- Type: SystemDouble
Min (value at start of 2nd bin)
Return Value
Type:
CVVVV object
See Also