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

FIL.PathArrayPoints

Converts an array of paths to an array of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

See also