You are here: Start » AVL.NET » AVL.PathEndpoints Method
AVL.PathEndpoints Method
Returns the two endpoints of a path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PathEndpoints( AvlNet.Path inPath, out AvlNet.Point2D outFirstPoint, out AvlNet.Point2D outLastPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | outFirstPoint | AvlNet.Point2D | |||
![]() | outLastPoint | AvlNet.Point2D |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathEndpoints. |


