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 inCyclic, bool inInverse, double inNewValue )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioHistogram | FilNet.Histogram | ||||
![]() | inIndex | int | Input bin index. | ||
![]() | inCyclic | bool | False | Whether to wrap the index around or not. Default value: False. | |
![]() | inInverse | bool | Reversed order of bins. | ||
![]() | inNewValue | double | Input new value to be set. |