You are here: Start » FIL.NET » Invoke.MakePathConditional
Computes a path feature, checks whether its value is in range and creates a conditional path on this basis.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void MakePathConditional ( Fil.Path inPath, Fil.PathFeature inFeature, Optional<float> inMinimum, Optional<float> inMaximum, Conditional<Fil.Path> outConditionalPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inFeature | Fil.PathFeature | Path feature value to be computed. | ||
![]() | inMinimum | Ftl.Optional<float> | Lowest value of the range. Default value: ftl::NIL. | ||
![]() | inMaximum | Ftl.Optional<float> | Highest value of the range. Default value: ftl::NIL. | ||
![]() | outConditionalPath | Ftl.Conditional<Fil.Path> | The path if the condition is met or nothing otherwise. |