You are here: Start » FIL.NET » FIS.ClipProfileValues Method

FIS.ClipProfileValues Method

Applies limits to profile values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

Function Overrides

See also