You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.PointsMassCenter_OrNil

FIL.PointsMassCenter_OrNil

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PointsMassCenter_OrNil
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Point2D? outMassCenter
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outMassCenterFilNet.Point2D?

See also