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

