You are here: Start » AVL.NET » AVL.MakeRegionConditional(AvlNet.Region, AvlNet.RegionFeature, AvlNet.Region)

AVL.MakeRegionConditional(AvlNet.Region, AvlNet.RegionFeature, AvlNet.Region)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void MakeRegionConditional(
	AvlNet.Region inRegion,
	AvlNet.RegionFeature inFeature,
	out AvlNet.Region outConditionalRegion
)

Parameters

inRegion
Type: AvlNet.Region
Input region
inFeature
Type: AvlNet.RegionFeature
Region feature value to be computed
outConditionalRegion
Type: AvlNet.Region
The region if the condition is met or nothing otherwise

See also