You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.GetPathCharacteristicPoint
Returns the selected characteristic point of a path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void GetPathCharacteristicPoint ( FilNet.Path inPath, int inIndex, bool inInverse, out FilNet.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inIndex | int | <0, INF> | Index of a point of the input path. | |
![]() | inInverse | bool | Reversed order of points. | ||
![]() | outPoint | FilNet.Point2D |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Index out of range in GetPathCharacteristicPoint. |