Click or drag to resize

IMcImageSetSites Interface

An interface implemented by McImageSetSites.

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

The IMcImageSetSites type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of sites in the collection.
Public propertyItem
Item property handler for the Sites collection.
Public propertyUserData
Gets or sets user data for this set's sites
Public propertyUserFlags
Gets or sets user flags for this set
Top
Methods
  NameDescription
Public methodAdd
Method to add a new site to the collection.
Public methodCopyFrom
Copy from the provided sites class
Public methodGetEnumerator
Public methodRemove
Removes the site object from the McImageSetSites collection.
Public methodRemoveAll
Removes all set objects from the McImageSetSites collection.
Top
See Also