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

Invoke.GetPathCharacteristicPoint

Returns the selected characteristic point of a path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void GetPathCharacteristicPoint
(
	Fil.Path inPath,
	int inIndex,
	bool inInverse,
	out Fil.Point2D outPoint
)

Parameters

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

See also