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


