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

FIS.SetHistogramBin Method

Sets the value of a single histogram bin.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

See also