You are here: Start » FIL.NET » FIS.PathBoundingCircle_OrNil Method
FIS.PathBoundingCircle_OrNil Method
Computes the smallest circle enclosing a path; returns NIL if the path is empty.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void PathBoundingCircle_OrNil ( FilNet.Path inPath, out FilNet.Circle2D? outBoundingCircle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outBoundingCircle | FilNet.Circle2D? |


