Click or drag to resize

IMcImageSetTemplates Interface

An interface implemented by McImageSetTemplates.

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

The IMcImageSetTemplates type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of set templates in the collection.
Public propertyItem
Item property handler for the SetTemplates collection.
Top
Methods
  NameDescription
Public methodAdd
Method to add a new McImageSetTemplate to the collection.
Public methodGetEnumerator
Public methodRemove
Removes the set template object from the McImageSetTemplates collection.
Public methodRemoveAll
Removes all set templates from the McImageSetTemplates collection.
Top
See Also