You are here: Start » AVL.NET » AVS.AvsFilter_AccessLocation Method
AVS.AvsFilter_AccessLocation Method
Returns individual fields of location.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_AccessLocation ( AvlNet.Location inLocation, out int outX, out int outY )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLocation | AvlNet.Location | Input location. | ||
![]() | outX | int | Output x-coordinate. | ||
![]() | outY | int | Output y-coordinate. |


