You are here: Start » FIL.NET » Function Reference » Profile » Profile Point Transforms » FIL.ClipProfileValues

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
ioProfileFilNet.Profile
inRangeFilNet.Range?
inLowValuefloat?Value min threshold. Default value: ftl::NIL.
inHighValuefloat?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.

Function Overrides

See also