IMcImageSetChannelsItem Property
|
|
Item property handler for the Channels collection.
Namespace:
MediaCy.IQL.Sets
Assembly:
MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
ChannelID As Object
) As McImageSetChannel
Get
Parameters
- ChannelID
- Type: SystemObject
Property Value
Type:
McImageSetChannel
RemarksReturns the channel specified by the channel ID.
The channel ID can be a zero-based index of the channel
in the collection, or the name of the channel. Note that channel names
are not guaranteed to be unique, so requesting an channel by name returns
the first channel with that name.
See Also