You are here: Start » AVL.NET » Function Reference » Path » Path Features » AVL.PathArrayPoints

AVL.PathArrayPoints

Converts an array of paths to an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathArrayPoints
(
	IList<AvlNet.Path> inPaths,
	IList<AvlNet.Point2D> outPoints
)

Parameters

See also