You are here: Start » FIL.NET » FIL.SetHistogramBin

FIL.SetHistogramBin

Sets the value of a single histogram bin.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void SetHistogramBin
(
	FilNet.Histogram ioHistogram,
	int inIndex,
	bool inInverse,
	int inNewValue
)

Parameters

Name Type Range Default Description
ioHistogramFilNet.Histogram
inIndexint<0, +INF>Input bin index.
inInverseboolReversed order of bins.
inNewValueintInput new value to be set.

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect index on input in SetHistogramBin.

See also