You are here: Start » AVL.NET » AVS.GetMaximumPath Method

AVS.GetMaximumPath Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetMaximumPath
(
	IList<AvlNet.Path> inPaths,
	AvlNet.PathFeature inFeature,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<AvlNet.Path>Input paths.
inFeatureAvlNet.PathFeaturePath feature value to be computed.
outPathAvlNet.PathOutput path.

Function Overrides

See also