You are here: Start » FIL.NET » FIS.PathToPoint2DArray Method

FIS.PathToPoint2DArray Method

Converts a path to an array of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathToPoint2DArray
(
	FilNet.Path inPath,
	IList<FilNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outPointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also