You are here: Start » FIL.NET » Invoke.PathDiameter
Finds the longest segment connecting two characteristic points of a path.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathDiameter ( Fil.Path inPath, Optional<Fil.Segment2D> outDiameter, Optional<float> outDiameterLength )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | outDiameter | Ftl.Optional<Fil.Segment2D> | |||
![]() | outDiameterLength | Ftl.Optional<float> |


