You are here: Start » FIL.NET » FIS.PruneRegion Method
FIS.PruneRegion Method
Removes one pixel wide branches from a region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PruneRegion ( FilNet.Region inRegion, int inMaxLength, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inMaxLength | int | <0, INF> | 3 | Maximal length of a branch of the input region to be pruned. Default value: 3. |
![]() | outRegion | FilNet.Region | Output region. |