Click or drag to resize

IMcImageSetLocations Interface

An interface implemented by McImageSetLocations.

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

The IMcImageSetLocations type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of locations in the collection.
Public propertyItem
Item property handler for the Locations collection.
Public propertyPositionsArray
The locations as a NUMBER_OF_DIMENSIONS-length array of integral values.
Top
Methods
  NameDescription
Public methodAdd
Method to add a new location to the collection.
Public methodCopyFrom
Copy from the provided location class
Public methodGetEnumerator
Public methodRemove
Removes the location object from the McImageSetLocations collection.
Public methodRemoveAll
Removes all location objects from the McImageSetLocations collection.
Top
See Also