You are here: Start » AVL.NET » AVS.LocationArrayToPoint2DArray Method
AVS.LocationArrayToPoint2DArray Method
Converts an array of locations to an array of points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LocationArrayToPoint2DArray ( IList<AvlNet.Location> inLocationArray, IList<AvlNet.Point2D> outPointArray )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLocationArray | System.Collections.Generic.IList<AvlNet.Location> | |||
![]() | outPointArray | System.Collections.Generic.IList<AvlNet.Point2D> |


