You are here: Start » FIL.NET » FIS.PointsMassCenter Method

FIS.PointsMassCenter Method

Computes the central point of the input points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsMassCenter
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Point2D outMassCenter
)

Parameters

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

See also