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

FIS.JoinProfilesIntoImage Method

Creates an image by joining an array of 1D profiles into consecutive image rows.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void JoinProfilesIntoImage
(
	IList<FilNet.Profile> inProfiles,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inProfilesSystem.Collections.Generic.IList<FilNet.Profile>
outImageFilNet.ImageOutput image.

See also