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

AVS.LocationArrayToPoint2DArray Method

Converts an array of locations to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void LocationArrayToPoint2DArray
(
	IList<AvlNet.Location> inLocationArray,
	IList<AvlNet.Point2D> outPointArray
)

Parameters

Name Type Range Default Description
inLocationArraySystem.Collections.Generic.IList<AvlNet.Location>
outPointArraySystem.Collections.Generic.IList<AvlNet.Point2D>

See also