You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathBoundingBox

FIL.PathBoundingBox

Computes the smallest box containing a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void PathBoundingBox
(
	FilNet.Path inPath,
	out FilNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outBoundingBoxFilNet.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.

See also