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

AVS.TestLocationInBox Method

Tests whether a location is contained in the dimensions of a box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestLocationInBox
(
	AvlNet.Location inLocation,
	AvlNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inLocationAvlNet.Location
inBoxAvlNet.Box
outIsContainedbool

See also