You are here: Start » AVL.NET » Invoke.Point2DArrayToLocationArray

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
inPointArraySystem.Collections.Generic.List<Avl.Point2D>
outLocationArraySystem.Collections.Generic.List<Avl.Location>

See also