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

FIS.GetPathCharacteristicPoint Method

Returns the selected characteristic point of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetPathCharacteristicPoint
(
	FilNet.Path inPath,
	int inIndex,
	bool inInverse,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inIndexint<0, INF>Index of a point of the input path.
inInverseboolReversed order of points.
outPointFilNet.Point2D

See also