You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms Maps » FIL.TestSpatialMapApplicability

FIL.TestSpatialMapApplicability

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect SpatialMap on input in TestSpatialMapApplicability.

See also