You are here: Start » AVL.NET » AVL.Subpath
Computes an open path that consists of contiguous subsequence of another path points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void Subpath ( AvlNet.Path inPath, int inStart, int inPointCount, AvlNet.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | inStart | int | <0, INF> | Index of the first point of the subpath. | |
![]() | inPointCount | int | <0, INF> | 1 | Number of points in the subpath. Default value: 1. |
![]() | outPath | AvlNet.Path | The resulting subpath. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect index range on input in Subpath. |


