You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.SetPathCharacteristicPoint
Modifies the value of a selected characteristic point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SetPathCharacteristicPoint ( FilNet.Path ioPath, int inIndex, bool inInverse, FilNet.Point2D inPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioPath | FilNet.Path | ||||
![]() | inIndex | int | <0, INF> | Index of a point of the input path. | |
![]() | inInverse | bool | Reversed order of points. | ||
![]() | inPoint | FilNet.Point2D |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Index out of range in SetPathCharacteristicPoint. |