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

Invoke.AveragePath

Computes the average of two paths (of equal size and type) point by point.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AveragePath
(
	Fil.Path inPath1,
	Fil.Path inPath2,
	Fil.Path outPath
)

Parameters

Name Type Range Default Description
inPath1Fil.PathInput path.
inPath2Fil.PathInput path.
outPathFil.PathOutput path.

See also