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


