You are here: Start » FIL.NET » Function Reference » Path » Path Classification » FIL.MakePathConditional
Computes a path feature, checks whether its value is in range and creates a conditional path on this basis.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void MakePathConditional ( FilNet.Path inPath, FilNet.PathFeature inFeature, float? inMinimum, float? inMaximum, INullable<FilNet.Path> outConditionalPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inFeature | FilNet.PathFeature | Path 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. | ||
![]() | outConditionalPath | FilNet.INullable<FilNet.Path> | The path if the condition is met or nothing otherwise. This parameter cannot be null. |