Click or drag to resize
CSTGetHistogramBins Method
Retrieve number of items in each hostogram bin

Available since Oasis montaj version: 6.1.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The length of the returned VV is set to the total number of bins. If a histogram is not defined in the ST, then the returned length is zero.
Syntax
public void GetHistogramBins(
	CVV oVV1
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV for numbers of items
See Also