You are here: Start » FIL.NET » FIS.RegionDiameter Method
FIS.RegionDiameter Method
Computes the longest segment connecting two pixels contained in region and its length.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void RegionDiameter ( FilNet.Region inRegion, NullableValue<FilNet.Segment2D> outDiameter, NullableValue<float> outDiameterLength )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | outDiameter | FilNet.NullableValue<FilNet.Segment2D> | Can be null to skip this parameter calculation. | ||
![]() | outDiameterLength | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. |


