You are here: Start » AVL.NET » Function Reference » Path » Path Basics » AVL.RemovePointFromPath

AVL.RemovePointFromPath

Removes a point from a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RemovePointFromPath
(
	AvlNet.Path ioPath,
	int inIndex,
	bool inInverse
)

Parameters

Name Type Range Default Description
ioPathAvlNet.Path
inIndexint
inInversebool

Errors

List of possible exceptions:

Error type Description
DomainError Index out of range in RemovePointFromPath.

See also