Click or drag to resize
CEDBHistogram Method
Create histogram stats.

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void Histogram(
	CST oST1,
	double d2,
	double d3,
	int i4
)

Parameters

oST1
Type: GeoEngine.Core.GXNetCST
ST handle to update
d2
Type: SystemDouble
histogram minimum
d3
Type: SystemDouble
histogram increment
i4
Type: SystemInt32
number of increments
See Also