Click or drag to resize

IMcImageSetSources Interface

An interface implemented by McImageSetSources.

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

The IMcImageSetSources type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of sources in the collection.
Public propertyItem
Item property handler for the Sources collection.
Top
Methods
  NameDescription
Public methodAdd
Method to add an existing McImageSetSource to the collection.
Public methodFind
Finds a source based on matching the Image and FrameOrFrameIndex supplied.
Public methodGetEnumerator
Public methodRemove
Removes the source object from the McImageSetSources collection.
Public methodRemoveAll
Removes all set objects from the McImageSetSources collection.
Top
See Also