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

Invoke.TestPolygonInPolygon

Tests whether a polygon lies inside another one.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestPolygonInPolygon
(
	Fil.Path inSubPolygon,
	Fil.Path inPolygon,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubPolygonFil.PathPolygon the position of which will be tested.
inPolygonFil.PathPolygon against which the position will be tested.
outIsContainedboolTrue if whole polygon lies inside the other one, false otherwise.

See also