You are here: Start » AVL.NET » Invoke.InsertToPath
Inserts a new point to a path at a specified location.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void InsertToPath ( Avl.Path ioPath, Avl.Point2D inPoint, int inIndex, bool inInverse )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioPath | Avl.Path | ||||
![]()  | inPoint | Avl.Point2D | Input point to be inserted. | ||
![]()  | inIndex | int | <0, INF> | Input index within the ioPath at which the inValue will be placed. | |
![]()  | inInverse | bool | False | Determines if the indices are counted from beginning or from end of the input path. Default value: False. | 

