You are here: Start » AVL.NET » AVL.Subpath(AvlNet.Path, int, int, AvlNet.Path)
AVL.Subpath(AvlNet.Path, int, int, AvlNet.Path)
Computes an open path that consists of contiguous subsequence of another path points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void Subpath( AvlNet.Path inPath, int inStart, int inPointCount, out AvlNet.Path outPath )
Parameters
- inPath
- Type: AvlNet.Path
Input path - inStart
- Type: System.Int32
Index of the first point of the subpath - inPointCount
- Type: System.Int32
Number of points in the subpath - outPath
- Type: AvlNet.Path
The resulting subpath
Errors
| Error type | Description |
|---|---|
| DomainError | Incorrect index range on input in Subpath. |
