You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inIndex | int | <0, INF> | Index of a point of the input path. | |
![]() | inInverse | bool | Reversed order of points. | ||
![]() | outPoint | Fil.Point2D |