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

AVS.AppendPointToPath Method

Appends a point to a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AppendPointToPath
(
	AvlNet.Path ioPath,
	AvlNet.Point2D inPoint
)

Parameters

Name Type Range Default Description
ioPathAvlNet.Path
inPointAvlNet.Point2DInput point.

See also