Click or drag to resize

IMcImageSetSections Interface

An interface implemented by McImageSetSections.

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

The IMcImageSetSections type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of set sections in the collection.
Public propertyItem
Item property handler for the Sections collection.
Top
Methods
  NameDescription
Public methodAdd
Method to add an new section to the collection.
Public methodAddEx
Advanced method to add an new section to the collection.
Public methodCopyFrom
Copy from the provided section collection class
Public methodGetEnumerator
Public methodRemove
Removes the section object from the McImageSetSections collection.
Public methodRemoveAll
Removes all set objects from the McImageSetSections collection.
Top
See Also