Click or drag to resize

DefineVariable Class

Defines a variable holding a graphic overlay object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysDefineVariable

Namespace:  MediaCy.Commands.Overlays
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class DefineVariable
	Inherits OverlayCommand

The DefineVariable type exposes the following members.

Constructors
  NameDescription
Public methodDefineVariable
Initializes a new instance of the DefineVariable class
Public methodDefineVariable(McCommand)
Initializes a new instance of the DefineVariable class
Top
Properties
  NameDescription
Public propertyDrawingOrder
Index of the object.
Public propertyGraphicObject
The graphic object to be selected specified by its drawing order or the object itself.
Public propertyOutput
Top
Methods
  NameDescription
Public methodRun
Top
Remarks
The output of the command can be used as a parameter to select graphic objects.
See Also