Click or drag to resize

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
Syntax
public CVV GetLayerHistogram(
	int index,
	ref double incr,
	ref double min
)

public CVV GetLayerHistogram(
	int index,
	ref double incr,
	ref double min
)

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: CVV
VV object
See Also