Click or drag to resize

CreateSortedObjectsImageCommand Class

Creates an image of objects sorted according to the given measurement.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsMeasurementsCommandCreateImage
                MediaCy.Addins.MeasurementsCreateSortedObjectsImageCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class CreateSortedObjectsImageCommand
	Inherits MeasurementsCommandCreateImage

The CreateSortedObjectsImageCommand type exposes the following members.

Constructors
  NameDescription
Public methodCreateSortedObjectsImageCommand
Initializes a new instance of the CreateSortedObjectsImageCommand class
Public methodCreateSortedObjectsImageCommand(McCommand)
Initializes a new instance of the CreateSortedObjectsImageCommand class
Public methodCreateSortedObjectsImageCommand(McCommand, Object)
Initializes a new instance of the CreateSortedObjectsImageCommand class
Top
Properties
  NameDescription
Public propertyMeasurement
Measurement that is used to sort objects.
Public propertyOptions
Options
Top
Methods
  NameDescription
Public methodOnStatusChanged (Overrides McCommandExtended.OnStatusChanged(McCommand, EventArgs).)
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks