You are here: Start » AVL.NET » Invoke.SetPathCharacteristicPoint

Invoke.SetPathCharacteristicPoint

Modifies the value of a selected characteristic point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SetPathCharacteristicPoint
(
	Avl.Path ioPath,
	int inIndex,
	bool inInverse,
	Avl.Point2D inPoint
)

Parameters

Name Type Range Default Description
ioPathAvl.Path
inIndexint<0, INF>Index of a point of the input path.
inInverseboolReversed order of points.
inPointAvl.Point2D

See also