You are here: Start » FIL.NET » Invoke.SaveRectificationTransform
Saves serialized RectificationTransform object as FIDATA file.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SaveRectificationTransform ( Fil.RectificationTransform inRectificationTransform, string inFilename )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRectificationTransform | Fil.RectificationTransform | RectificationTransform to be serialized. | ||
![]() | inFilename | string | Name of the target file. |

