Click or drag to resize

IMcImageSets Interface

An interface implemented by McImageSets.

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

The IMcImageSets type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of sets in the collection.
Public propertyDescription
The optional description of this Set.
Public propertyItem
Item property handler for the McImageSets collection.
Public propertyName
The name of this collection of sets.
Top
Methods
  NameDescription
Public methodCode exampleAdd
Method to add a new McImageSet to the collection.
Public methodAddExisting
Method to add a single McImageSet to the collection.
Public methodAddFromTemplate
Method to add a new McImageSet to the collection.
Public methodAddSets
Add a McImageSets collection to the collection.
Public methodGetEnumerator
Public methodIsFrameASetMember
Returns the sets that the frame is a member of
Public methodIsImageASetMember
Return the sets that the image or file is a member of
Public methodRemove
Removes the set object from the McImageSets collection.
Public methodRemoveAll
Removes all set objects from the McImageSets collection.
Top
See Also