Click or drag to resize

SelectionCommand Class

Selects/deselects tracks.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcTrackingDocument
          MediaCy.Addins.TrackingTrackingDocCommand
            MediaCy.Addins.TrackingSelectionCommand

Namespace:  MediaCy.Addins.Tracking
Assembly:  MediaCy.Addins.Tracking (in MediaCy.Addins.Tracking.dll) Version: 3.1.0.0
Syntax
VB
Public Class SelectionCommand
	Inherits TrackingDocCommand

The SelectionCommand type exposes the following members.

Constructors
  NameDescription
Public methodSelectionCommand
Initializes a new instance of the SelectionCommand class
Public methodSelectionCommand(McCommand)
Initializes a new instance of the SelectionCommand class
Top
Properties
  NameDescription
Public propertyInput2
List of tracks or single track to select/deselect.
Public propertyPrompt (Overrides McCommandPrompt.)
Public propertySelectionFlag
Selection flag
Top
Methods
  NameDescription
Public methodStatic memberFromArray
Public methodOnRunning (Overrides McCommand.OnRunning.)
Public methodRun
Run command from macro
Top
Remarks