Click or drag to resize

IMcDyes Interface

An interface implemented by McDyes.

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 IMcDyes
	Inherits IEnumerable

The IMcDyes type exposes the following members.

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