Click or drag to resize

HistogramGetData Class

Retrieves image histogram data.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, DataSet
          MediaCy.Commands.ExportHistogramGetData

Namespace:  MediaCy.Commands.Export
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class HistogramGetData
	Inherits OneInputOneOutputCommand(Of Object, DataSet)

The HistogramGetData type exposes the following members.

Constructors
  NameDescription
Public methodHistogramGetData
Initializes a new instance of the HistogramGetData class
Public methodHistogramGetData(McCommand)
Initializes a new instance of the HistogramGetData class
Top
Properties
  NameDescription
Public propertyTemplate
Defines template (if nothing then all available data).
Top
Remarks
Returns Data.DataSet
See Also