You are here: Start » AVL.NET » Invoke.PathEndpoints
Returns the two endpoints of a path.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PathEndpoints ( Avl.Path inPath, out Avl.Point2D outFirstPoint, out Avl.Point2D outLastPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | outFirstPoint | Avl.Point2D | |||
![]() | outLastPoint | Avl.Point2D |


