Click or drag to resize

SetPatternCommand Class

Sets search pattern.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Addins.AlignSetPatternCommand

Namespace:  MediaCy.Addins.Align
Assembly:  MediaCy.Addins.Align (in MediaCy.Addins.Align.dll) Version: 3.1.0.0
Syntax
VB
Public Class SetPatternCommand
	Inherits OneInputCommand(Of Object)

The SetPatternCommand type exposes the following members.

Constructors
  NameDescription
Public methodSetPatternCommand
Initializes a new instance of the SetPatternCommand class
Public methodSetPatternCommand(McCommand)
Initializes a new instance of the SetPatternCommand class
Top
Properties
  NameDescription
Public propertyResetROI
Top
Remarks
The input is search patter image. If image has ROI, the ROI will define the pattern.
See Also