You are here: Start » AVL.NET » AVL.LocationArrayToPoint2DArray

AVL.LocationArrayToPoint2DArray

Converts an array of locations to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LocationArrayToPoint2DArray
(
	AvlNet.Location[] inLocationArray,
	out AvlNet.Point2D[] outPointArray
)

Parameters

Name Type Range Default Description
inLocationArrayAvlNet.Location[]
outPointArrayAvlNet.Point2D[]

See also