Click or drag to resize

SelectObject Class

Selects or deselects an object on the overlay by index.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.OverlaysOverlayCommand
            MediaCy.Commands.OverlaysSelectObject

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

The SelectObject type exposes the following members.

Constructors
  NameDescription
Public methodSelectObject
Initializes a new instance of the SelectObject class
Public methodSelectObject(McCommand)
Initializes a new instance of the SelectObject 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 propertySelected
Whether to select or unselect the desired object.
Top
Methods
  NameDescription
Public methodStatic memberFromGraphObj
Create command based on the graphic object.
Top
Remarks