You are here: Start » FIL.NET » Function Reference » Path » Path Classification » FIL.GetMinimumPath

FIL.GetMinimumPath

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void GetMinimumPath
(
	IList<FilNet.Path> inPaths,
	FilNet.PathFeature inFeature,
	FilNet.Path outPath,
	out float outValue,
	out int outIndex
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<FilNet.Path>Input paths.
inFeatureFilNet.PathFeaturePath feature value to be computed.
outPathFilNet.PathOutput path.
outValuefloatComputed feature value of the output path.
outIndexint

Errors

List of possible exceptions:

Error type Description
DomainError Empty path array on input in GetMinimumPath.

Function Overrides

See also