You are here: Start » FIL.NET » Function Reference » Image » Image Spatial Transforms Maps » FIL.ConvertSpatialMap
FIL.ConvertSpatialMap
Converts a spatial map to a different format.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ConvertSpatialMap ( FilNet.SpatialMap inSpatialMap, int inNewPitchAlignment, FilNet.SpatialMap outSpatialMap )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSpatialMap | FilNet.SpatialMap | |||
![]() | inNewPitchAlignment | int | <0, +INF> | 16 | Default value: 16. |
![]() | outSpatialMap | FilNet.SpatialMap |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect inSpatialMap map in ConvertSpatialMap. |


