You are here: Start » FIL.NET » FIL.AccumulateProfile
Returns a profile of most recent values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AccumulateProfile ( FilNet.AccumulateProfileState ioState, float inValue, bool inReset, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.AccumulateProfileState | ||||
![]() | inValue | float | |||
![]() | inReset | bool | Reset accumulator state. | ||
![]() | outProfile | FilNet.Profile | Output profile. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | inMaxCount cannot be negative in AccumulateProfile. |