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


