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

FIS.TestSpatialMapApplicability Method

Checks if a spatial map may be applied to transform the given image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestSpatialMapApplicability
(
	FilNet.Image inImage,
	FilNet.SpatialMap inSpatialMap,
	out bool outAreCompatible
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inSpatialMapFilNet.SpatialMap
outAreCompatiblebool

See also