You are here: Start » FIL.NET » FIS.MakeRegionConditional Method
FIS.MakeRegionConditional Method
Computes region feature and checks whether its value is in range.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void MakeRegionConditional ( FilNet.Region inRegion, FilNet.RegionFeature inFeature, float? inMinimum, float? inMaximum, INullable<FilNet.Region> outConditionalRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inFeature | FilNet.RegionFeature | Region feature value to be computed. | ||
![]() | inMinimum | float? | Lowest value of the range. Default value: ftl::NIL. | ||
![]() | inMaximum | float? | Highest value of the range. Default value: ftl::NIL. | ||
![]() | outConditionalRegion | FilNet.INullable<FilNet.Region> | The region if the condition is met or nothing otherwise. This parameter cannot be null. |