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

Invoke.PathSegments

Converts a path to an array of line segments.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outSegmentsSystem.Collections.Generic.List<Fil.Segment2D>

See also