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

Invoke.PathArrayPoints

Converts an array of paths to an array of points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also