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

FIS.TestLocationInBox Method

Tests whether a location is contained in the dimensions of a box.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestLocationInBox
(
	FilNet.Location inLocation,
	FilNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inLocationFilNet.Location
inBoxFilNet.Box
outIsContainedbool

See also