You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Point2DArrayToLocationArray

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
(
	IList<AvlNet.Point2D> inPointArray,
	IList<AvlNet.Location> outLocationArray
)

Parameters

Name Type Range Default Description
inPointArraySystem.Collections.Generic.IList<AvlNet.Point2D>
outLocationArraySystem.Collections.Generic.IList<AvlNet.Location>

See also