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