You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathBoundingBox
Computes the smallest box containing a path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outBoundingBox | FilNet.Box |
Examples
![]() |
The resulting outBoundingBox box drawn onto the sample path.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty path on input in PathBoundingBox. |