You are here: Start » FIL.NET » Invoke.PathBoundingBox_OrNil
Computes the smallest box containing a path; returns NIL if the path is empty.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathBoundingBox_OrNil ( Fil.Path inPath, Conditional<Fil.Box> outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | outBoundingBox | Ftl.Conditional<Fil.Box> |


