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


