Click or drag to resize

ExtractDimension Class

Extracts the selected dimension from the image set.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McImage
          MediaCy.CommandsImageOperatorCommandObject, McImage
            MediaCy.Commands.ImageSetExtractDimension

Namespace:  MediaCy.Commands.ImageSet
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class ExtractDimension
	Inherits ImageOperatorCommand(Of Object, McImage)

The ExtractDimension type exposes the following members.

Constructors
  NameDescription
Public methodExtractDimension
Initializes a new instance of the ExtractDimension class
Public methodExtractDimension(String)
Initializes a new instance of the ExtractDimension class
Public methodExtractDimension(McCommand)
Initializes a new instance of the ExtractDimension class
Top
Properties
  NameDescription
Public propertyDimension
Defines dimension to extract.
Public propertyVisible
Defines visibility of the result image.
Top
Remarks