Description

A property that allows access and modifications to only a specific channel of a multi-spectral image.

Property type

A Long value.  

Syntax

object.ChannelToProcess [= value]

The ChannelToProcess Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McRegionAccess.
valueA Long value.

Remarks

Setting this property to mcwcAllChannels (-1), the default, allows access and modifications to all channels. Color channel 0 is the first (or only, for monochrome McImageType's), while the maximum allowed is Type.NumberOfChannels-1.

Exceptions

The assigned channel must be mcwcAllChannels or within the legal range for this McRegionAccess.Type.