You are here: Start » AVL.NET » AVL.MakePathConditional Method

AVL.MakePathConditional Method

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

Name Type Range Default Description
inPathAvlNet.PathInput path.
inFeatureAvlNet.PathFeaturePath feature value to be computed.
outConditionalPathAvlNet.PathThe path if the condition is met or nothing otherwise.

See also