Click or drag to resize

IMcFeaturesList Interface

An interface implemented by McFeaturesList.

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

The IMcFeaturesList type exposes the following members.

Properties
  NameDescription
Public propertyCount
The count of objects in the McFeaturesList
Public propertyCode exampleItem
Exposes an item in the McFeatures list, given a list index, a name or an object instance.
Public propertyTypeOfList
A bit mask showing the types of McFeatures objects the list can contain.
Top
Methods
  NameDescription
Public methodCode exampleAdd
Makes a copy of a supplied McFeatures-derived object and adds it to the list or replaces an existing list item with the copy.
Public methodGetEnumerator
Public methodLoadList
Items are added to the list from a source previously saved to by the SaveList method or from another McFeaturesList.
Public methodMoveInList
Moves an item to a new position in the list
Public methodRemove
Removes one item from the list.
Public methodRemoveAll
Removes all items from the list.
Public methodCode exampleSaveList
The names and coordinates of the list McFeatures are stored in a destination file, IStorage or IStream.
Public methodCode exampleValidateName
Checks that a supplied name is suitable for being added to the list and optionally checks for a name collision with an existing object.
Top
See Also