You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathMassCenter_OrNil

FIL.PathMassCenter_OrNil

Computes the average of the path points (all, not only characteristic ones); returns NIL if the path is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PathMassCenter_OrNil
(
	FilNet.Path inPath,
	out FilNet.Point2D? outMassCenter
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outMassCenterFilNet.Point2D?

See also