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 | |
---|---|---|---|---|---|
ioHistogram | FilNet.Histogram | ||||
![]() | inIndex | int | <0, +INF> | Input bin index. | |
![]() | inInverse | bool | Reversed order of bins. | ||
![]() | inNewValue | int | Input new value to be set. |