You are here: Start » FIL.NET » FIS.PathBoundingBox_OrNil Method

FIS.PathBoundingBox_OrNil Method

Computes the smallest box containing a path; returns NIL if the path is empty.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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