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

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
inPathFilNet.PathInput path.
outBoundingBoxFilNet.Box?

See also