Click or drag to resize

IMcImageSetExtents Interface

An interface implemented by McImageSetExtents.

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

The IMcImageSetExtents type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of extents in the collection.
Public propertyItem
Item property handler for the Extents collection.
Top
Methods
  NameDescription
Public methodAdd
Method to add an extent to the collection.
Public methodCopyFrom
Copy from the provided extent class
Public methodGetEnumerator
Public methodRemove
Removes the extent object from the McImageSetExtents collection.
Public methodRemoveAll
Removes all extent objects from the McImageSetExtents collection.
Top
See Also