Click or drag to resize

Duplicate Class

Creates a duplicate of the source.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.CommandsImageOperatorCommandObject, Object
            MediaCy.CommandsSplittableImageOperatorCommandObject, Object
              MediaCy.Commands.ImageDuplicate

Namespace:  MediaCy.Commands.Image
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Duplicate
	Inherits SplittableImageOperatorCommand(Of Object, Object)

The Duplicate type exposes the following members.

Constructors
  NameDescription
Public methodDuplicate
Initializes a new instance of the Duplicate class
Public methodDuplicate(String)
Initializes a new instance of the Duplicate class
Public methodDuplicate(McCommand)
Initializes a new instance of the Duplicate class
Top
Properties
  NameDescription
Public propertyName
Name of the result.
Public propertyNameSuffix
Name's suffix of the result.
Public propertyVisible
Display or not the result of the command in the application document workspace.
Top
Methods
Remarks