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

Invoke.RemoveInvalidPoints

Removes invalid points from an array (i.e. points with NaN or INF coordinates).

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RemoveInvalidPoints
(
	List<Fil.Point2D> inPoints,
	List<Fil.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outPointsSystem.Collections.Generic.List<Fil.Point2D>

See also