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

AVS.RemovePointFromPath Method

Removes a point from a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioPathAvlNet.Path
inIndexint
inInversebool

See also