Click or drag to resize

IMcPropertyDictionary Interface

An interface implemented by McPropertyDictionary.

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

The IMcPropertyDictionary type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of lenss in the collection.
Public propertyItem
Item property handler for the property dictionary.
Public propertyModified
Gets or sets the collection modified flag.
Top
Methods
  NameDescription
Public methodAdd
Method to add a new McPropertyInformation to the collection.
Public methodGetEnumerator
Public methodOpen
Opens a set of lens information
Public methodRemove
Removes the lens object from the McPropertyDictionary collection.
Public methodRemoveAll
Removes all lens objects from the McPropertyDictionary collection.
Public methodSave
Saves the set of property information
Top
See Also