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

FIS.GetPathSegment Method

Returns the selected segment of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetPathSegment
(
	FilNet.Path inPath,
	int inIndex,
	bool inInverse,
	out FilNet.Segment2D outSegment
)

Parameters

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

See also