You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.JoinProfilesIntoImage_OfSeries
Creates an image by joining 1D profiles, which appear in consecutive iterations.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void JoinProfilesIntoImage_OfSeries ( FilNet.JoinProfilesIntoImage_OfSeriesState ioState, FilNet.Profile inProfile, int inSeriesSize, INullable<FilNet.Image> outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.JoinProfilesIntoImage_OfSeriesState | ||||
![]() | inProfile | FilNet.Profile | Input profile. | ||
![]() | inSeriesSize | int | <1, INF> | Number of profiles that constitute a single image. | |
![]() | outImage | FilNet.INullable<FilNet.Image> | A depth image every inSeriesSize iterations, or Nil in all other iterations. This parameter cannot be null. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input profiles do not have the same sizes in JoinProfilesIntoImage_OfSeries. |