Click or drag to resize

DefineDyeVarCommand Class

Defines a dye variable by name.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McDye
          MediaCy.Addins.SystemSettingsDefineDyeVarCommand

Namespace:  MediaCy.Addins.SystemSettings
Assembly:  MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
Syntax
VB
Public Class DefineDyeVarCommand
	Inherits OneInputOneOutputCommand(Of Object, McDye)
Constructors
  NameDescription
Public methodDefineDyeVarCommand
Initializes a new instance of the DefineDyeVarCommand class
Public methodDefineDyeVarCommand(McCommand)
Initializes a new instance of the DefineDyeVarCommand class
Top
Remarks
Input is a string with Dye name
See Also