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


