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

FIS.AveragePath Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AveragePath
(
	FilNet.Path inPath1,
	FilNet.Path inPath2,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPath1FilNet.PathInput path.
inPath2FilNet.PathInput path.
outPathFilNet.PathOutput path.

See also