Click or drag to resize

Clone Class

Creates a new window displaying the document of the specifed Input window.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandMcWindow, McWindow
          MediaCy.Commands.WindowClone

Namespace:  MediaCy.Commands.Window
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Clone
	Inherits OneInputOneOutputCommand(Of McWindow, McWindow)

The Clone type exposes the following members.

Constructors
  NameDescription
Public methodClone
Initializes a new instance of the Clone class
Top
Properties
  NameDescription
Public propertyDocumentViewClass
Defines the type of view used by the new window.
Top
Remarks