You are here: Start » FIL.NET » Invoke.RemovePointFromPath

Invoke.RemovePointFromPath

Removes a point from a path.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioPathFil.Path
inIndexint
inInversebool

See also