You are here: Start » FIL.NET » FIS.GetMaximumPath Method

FIS.GetMaximumPath Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetMaximumPath
(
	IList<FilNet.Path> inPaths,
	FilNet.PathFeature inFeature,
	FilNet.Path outPath,
	NullableValue<float> outValue,
	NullableValue<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.
outValueFilNet.NullableValue<float>Computed feature value of the output path. Can be null to skip this parameter calculation.
outIndexFilNet.NullableValue<int> Can be null to skip this parameter calculation.

Function Overrides

See also