You are here: Start » FIL.NET » Invoke.PathBoundingBox_OrNil

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
inPathFil.PathInput path.
outBoundingBoxFtl.Conditional<Fil.Box>

See also