Click or drag to resize

Add Class

Adds a new dye into application dye library.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.Microscopy.DyeAdd

Namespace:  MediaCy.Commands.Microscopy.Dye
Assembly:  MediaCy.Addins.ColorComposite (in MediaCy.Addins.ColorComposite.dll) Version: 3.1.0.0
Syntax
VB
Public Class Add
	Inherits BaseCommand

The Add type exposes the following members.

Constructors
  NameDescription
Public methodAdd
Initializes a new instance of the Add class
Public methodAdd(String)
Initializes a new instance of the Add class
Public methodAdd(McCommand)
Initializes a new instance of the Add class
Top
Properties
  NameDescription
Public propertyDescription
Description of the dye.
Public propertyEmission
Emission wavelength of the dye.
Public propertyExcitation
Excitation wavelength of the dye.
Public propertyFavorite
If True than the dye will be added to favorite dyes.
Public propertyName
Name of the dye.
Public propertyTint
Tint color of the dye.
Top
Methods
  NameDescription
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks