You are here: Start » FIL.NET » Function Reference » Path » Path Basics » FIL.RemovePointFromPath

FIL.RemovePointFromPath

Removes a point from a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void RemovePointFromPath
(
	FilNet.Path ioPath,
	int inIndex,
	bool inInverse
)

Parameters

Name Type Range Default Description
ioPathFilNet.Path
inIndexint
inInversebool

Errors

List of possible exceptions:

Error type Description
DomainError Index out of range in RemovePointFromPath.

See also