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

Invoke.GetPathSegment

Returns the selected segment of a path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetPathSegment
(
	Fil.Path inPath,
	int inIndex,
	bool inInverse,
	out Fil.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inIndexint<0, INF>
inInverseboolReversed order of segments.
outSegmentFil.Segment2D

See also