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

FIS.PathDiameter Method

Finds the longest segment connecting two characteristic points of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathDiameter
(
	FilNet.Path inPath,
	out FilNet.Segment2D outDiameter,
	out float outDiameterLength
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outDiameterFilNet.Segment2D
outDiameterLengthfloat

Function Overrides

See also