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

Invoke.PointsMassCenter_OrNil

Computes the central point of the input points; returns NIL if the array is empty.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsMassCenter_OrNil
(
	List<Fil.Point2D> inPoints,
	Conditional<Fil.Point2D> outMassCenter
)

Parameters

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

See also