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