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


