Click or drag to resize

IMcLenses Interface

An interface implemented by McLenses.

Namespace:  MediaCy.IQL.Microscopy.Info
Assembly:  MediaCy.IQL.Microscopy.Info (in MediaCy.IQL.Microscopy.Info.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcLenses
	Inherits IEnumerable

The IMcLenses type exposes the following members.

Properties
  NameDescription
Public propertyActiveLens
Gets or sets the active lens.
Public propertyCount
The number of lenss in the collection.
Public propertyItem
Item property handler for the lenss collection.
Public propertyModified
Gets or sets the collection modified flag.
Top
Methods
  NameDescription
Public methodAdd
Method to add a new McLens to the collection.
Public methodAddCopyOf
Method to add a new McLens to the collection.
Public methodGetEnumerator
Public methodImportFromFiles
Adds lens information from files in the specified folder.
Public methodOpen
Opens a set of lens information
Public methodRemove
Removes the lens object from the McLenses collection.
Public methodRemoveAll
Removes all lens objects from the McLenses collection.
Public methodSave
Saves the set of lens information
Top
See Also