You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathEndpoints

FIL.PathEndpoints

Returns the two endpoints of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outFirstPointFilNet.Point2D
outLastPointFilNet.Point2D

Errors

List of possible exceptions:

Error type Description
DomainError Empty path on input in PathEndpoints.

See also