Click or drag to resize

Apply Class

Applies system settings (Characteristics) to image.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandMcImage
          MediaCy.Addins.SystemSettings.Commands.SystemSettingsImageCommand
            MediaCy.Addins.SystemSettings.Commands.SystemSettingsApply

Namespace:  MediaCy.Addins.SystemSettings.Commands.SystemSettings
Assembly:  MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
Syntax
VB
Public Class Apply
	Inherits ImageCommand

The Apply type exposes the following members.

Constructors
  NameDescription
Public methodApply
Initializes a new instance of the Apply class
Top
Properties
  NameDescription
Public propertyCameraName
Camera name.
Top
Remarks
The image could be set via Input.Value or ICommandSource interface; otherwise the command will be applied to the active image.
See Also