You are here: Start » AVL.NET » AVS.PathEndpoints Method

AVS.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
inPathAvlNet.PathInput path.
outFirstPointAvlNet.Point2D
outLastPointAvlNet.Point2D

See also