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

Invoke.TestLocationInBox

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestLocationInBox
(
	Fil.Location inLocation,
	Fil.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inLocationFil.Location
inBoxFil.Box
outIsContainedbool

See also