You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.JoinProfilesIntoImage
Creates an image by joining an array of 1D profiles into consecutive image rows.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void JoinProfilesIntoImage ( IList<FilNet.Profile> inProfiles, FilNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfiles | System.Collections.Generic.IList<FilNet.Profile> | |||
![]() | outImage | FilNet.Image | Output image. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage. |
| DomainError | Input profiles have different X coordinates in JoinProfilesIntoImage. |


