Click or drag to resize

DefineLensVarCommand Class

Defines a lens variable by name.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McLens
          MediaCy.Addins.SystemSettingsDefineLensVarCommand

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