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

Invoke.PathArrayPoints

Converts an array of paths to an array of points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Avl.Path>
outPointsSystem.Collections.Generic.List<Avl.Point2D>

See also