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

AVL.LocationArrayToPoint2DArray Method

Converts an array of locations to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inLocationArrayAvlNet.Location
outPointArrayAvlNet.Point2D

See also