Click or drag to resize

Apply Class

Creates a result image from the color composite document.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.Commands.ColorCompositeApply

Namespace:  MediaCy.Commands.ColorComposite
Assembly:  MediaCy.Addins.ColorComposite (in MediaCy.Addins.ColorComposite.dll) Version: 3.1.0.0
Syntax
VB
Public Class Apply
	Inherits OneInputOneOutputCommand(Of Object, Object)

The Apply type exposes the following members.

Constructors
  NameDescription
Public methodApply
Initializes a new instance of the Apply class
Public methodApply(String)
Initializes a new instance of the Apply class
Public methodApply(McCommand)
Initializes a new instance of the Apply class
Top
Properties
  NameDescription
Public propertyCleanup
Cleanup color composite document.
Public propertyDimension
Defines the sequences dimension in the image set.
Public propertyResult
Defines output of the Apply command.
Public propertyVisible
Defines visibility of the result image.
Top
Remarks