You are here: Start » AVL.NET » Invoke.GetPathCharacteristicPoint
Returns the selected characteristic point of a path.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetPathCharacteristicPoint ( Avl.Path inPath, int inIndex, bool inInverse, out Avl.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inIndex | int | <0, INF> | Index of a point of the input path. | |
![]() | inInverse | bool | Reversed order of points. | ||
![]() | outPoint | Avl.Point2D |