You are here: Start » FIL.NET » Invoke.PathEndpoints

Invoke.PathEndpoints

Returns the two endpoints of a path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PathEndpoints
(
	Fil.Path inPath,
	out Fil.Point2D outFirstPoint,
	out Fil.Point2D outLastPoint
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
outFirstPointFil.Point2D
outLastPointFil.Point2D

See also