Click or drag to resize

IMcImageSetChannels Interface

An interface implemented by McImageSetChannels.

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcImageSetChannels
	Inherits IEnumerable

The IMcImageSetChannels type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of channels in the collection.
Public propertyItem
Item property handler for the Channels collection.
Public propertyUserData
Gets or sets user data for this set's channels
Public propertyUserFlags
Gets or sets user flags for this set
Top
Methods
  NameDescription
Public methodAdd
Method to add a new McImageSetChannel to the collection.
Public methodCopyFrom
Copy from the provided channel class
Public methodGetEnumerator
Public methodRemove
Removes the channel object from the McImageSetChannels collection.
Public methodRemoveAll
Removes all channel objects from the McImageSetChannels collection.
Top
See Also