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


