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

FIL.PathSegments

Converts a path to an array of line segments.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PathSegments
(
	FilNet.Path inPath,
	IList<FilNet.Segment2D> outSegments
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outSegmentsSystem.Collections.Generic.IList<FilNet.Segment2D>

See also