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

FIS.TestPolygonInPolygon Method

Tests whether a polygon lies inside another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestPolygonInPolygon
(
	FilNet.Path inSubPolygon,
	FilNet.Path inPolygon,
	out bool outIsContained
)

Parameters

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

See also