You are here: Start » FIL.NET » Invoke.MakePathConditional

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
inPathFil.PathInput path.
inFeatureFil.PathFeaturePath feature value to be computed.
inMinimumFtl.Optional<float>Lowest value of the range. Default value: ftl::NIL.
inMaximumFtl.Optional<float>Highest value of the range. Default value: ftl::NIL.
outConditionalPathFtl.Conditional<Fil.Path>The path if the condition is met or nothing otherwise.

See also