You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms Maps » 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 | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inSpatialMap | FilNet.SpatialMap | |||
![]() | outAreCompatible | bool |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect SpatialMap on input in TestSpatialMapApplicability. |