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

Invoke.GetMaximumPath_OrNil

Returns the path from the input array that corresponds to the largest computed feature value; returns NIL if the array or any path inside it is empty.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetMaximumPath_OrNil
(
	List<Fil.Path> inPaths,
	Fil.PathFeature inFeature,
	Conditional<Fil.Path> outPath,
	Conditional<float> outValue,
	Conditional<int> outIndex
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Fil.Path>Input paths.
inFeatureFil.PathFeaturePath feature value to be computed.
outPathFtl.Conditional<Fil.Path>Output path.
outValueFtl.Conditional<float>Computed feature value of the output path.
outIndexFtl.Conditional<int>

See also