Click or drag to resize

IMcImageSetChannelsRemove Method

Removes the channel object from the McImageSetChannels collection.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Sub Remove ( 
	ChannelID As Object
)

Parameters

ChannelID
Type: SystemObject
Remarks
Removes the channel object from the collection and calls Release on it. 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 removing an channel by name removes the first channel with that name.
See Also