You are here: Start » FIL.NET » FIS.SetPathCharacteristicPoint Method

FIS.SetPathCharacteristicPoint Method

Modifies the value of a selected characteristic point.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SetPathCharacteristicPoint
(
	FilNet.Path ioPath,
	int inIndex,
	bool inInverse,
	FilNet.Point2D inPoint
)

Parameters

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

See also