You are here: Start » AVL.NET » AVL.PathEndpoints(AvlNet.Path, AvlNet.Point2D, AvlNet.Point2D)
AVL.PathEndpoints(AvlNet.Path, AvlNet.Point2D, AvlNet.Point2D)
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
- inPath
- Type: AvlNet.Path
Input path - outFirstPoint
- Type: AvlNet.Point2D
- outLastPoint
- Type: AvlNet.Point2D
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathEndpoints. |
