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

Invoke.GetMaximumPath

Returns the path from the input array that corresponds to the largest computed feature value.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also