You are here: Start » FIL.NET » FIS.JoinProfilesIntoImage_OfSeries Method

FIS.JoinProfilesIntoImage_OfSeries Method

Creates an image by joining 1D profiles, which appear in consecutive iterations.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void JoinProfilesIntoImage_OfSeries
(
	FilNet.JoinProfilesIntoImage_OfSeriesState ioState,
	FilNet.Profile inProfile,
	int inSeriesSize,
	INullable<FilNet.Image> outImage
)

Parameters

Name Type Range Default Description
ioStateFilNet.JoinProfilesIntoImage_OfSeriesState
inProfileFilNet.ProfileInput profile.
inSeriesSizeint<1, INF>Number of profiles that constitute a single image.
outImageFilNet.INullable<FilNet.Image>A depth image every inSeriesSize iterations, or Nil in all other iterations. This parameter cannot be null.

See also