Click or drag to resize

Modify Class

Adjusts the dye parameters.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandString
          MediaCy.Commands.Microscopy.DyeModify

Namespace:  MediaCy.Commands.Microscopy.Dye
Assembly:  MediaCy.Addins.ColorComposite (in MediaCy.Addins.ColorComposite.dll) Version: 3.1.0.0
Syntax
VB
Public Class Modify
	Inherits OneInputCommand(Of String)

The Modify type exposes the following members.

Constructors
  NameDescription
Public methodModify
Initializes a new instance of the Modify class
Public methodModify(String)
Initializes a new instance of the Modify class
Public methodModify(McCommand)
Initializes a new instance of the Modify 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 methodClone (Overrides McCommandExtended.Clone(McCommand).)
Public methodIsPropertyActive (Overrides McCommandExtended.IsPropertyActive(String).)
Top
Remarks