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

FIS.TestShapeInShape Method

Tests whether a shape lies inside another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestShapeInShape
(
	FilNet.Path inSubShape,
	FilNet.Path inShape,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubShapeFilNet.PathShape the position of which will be tested.
inShapeFilNet.PathShape against which the position will be tested.
outIsContainedboolTrue if whole shape lies inside the other one, false otherwise.

See also