You are here: Start » AVL.NET » AVL.TestLocationInBox Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inLocation | AvlNet.Location | |||
![]() | inBox | AvlNet.Box | |||
![]() | outIsContained | bool |


