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

FIS.SelectChannel Method

Creates an image from a single channel of the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SelectChannel
(
	FilNet.Image inImage,
	int inChannelIndex,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inChannelIndexint<0, 3>
outImageFilNet.ImageOutput image.

Function Overrides

See also