You are here: Start » FIL.NET » FIL.CropProfileValues
Applies limits to profile values.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CropProfileValues ( FilNet.Profile inProfile, float? inLowValue, float? inHighValue, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inLowValue | float? | Value min threshold. Default value: ftl::NIL. | ||
![]() | inHighValue | float? | Value max threshold. Default value: ftl::NIL. | ||
![]() | outProfile | FilNet.Profile | Output profile. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Value of inHighValue is less than inLowValue in CropProfileValues. |