You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.AppendPointToPath

FIL.AppendPointToPath

Appends a point to a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void AppendPointToPath
(
	FilNet.Path ioPath,
	FilNet.Point2D inPoint
)

Parameters

Name Type Range Default Description
ioPathFilNet.Path
inPointFilNet.Point2DInput point.

Description

The operation extends an open path by adding a single point at its end (the point becomes new end point of a path).

When a closed path is passed to the filter, an error with appropriate description occurs.

Examples

AppendPointToPath run on sample path and point.

Errors

List of possible exceptions:

Error type Description
DomainError Closed path on input in AppendPointToPath.

See also