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

AVL.SetPathCharacteristicPoint

Modifies the value of a selected characteristic point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Index out of range in SetPathCharacteristicPoint.

See also