You are here: Start » AVL.NET » AVL.MakePathConditional(AvlNet.Path, AvlNet.PathFeature, AvlNet.Path)

AVL.MakePathConditional(AvlNet.Path, AvlNet.PathFeature, AvlNet.Path)

Computes path feature and checks whether its value is in range.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void MakePathConditional(
	AvlNet.Path inPath,
	AvlNet.PathFeature inFeature,
	out AvlNet.Path outConditionalPath
)

Parameters

inPath
Type: AvlNet.Path
Input path
inFeature
Type: AvlNet.PathFeature
Path feature value to be computed
outConditionalPath
Type: AvlNet.Path
The path if the condition is met or nothing otherwise

See also