Click or drag to resize

MergeSelectedCommand Class

Merges several measurement objects to one.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsMergeSelectedCommand

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

The MergeSelectedCommand type exposes the following members.

Constructors
  NameDescription
Public methodMergeSelectedCommand
Initializes a new instance of the MergeSelectedCommand class
Public methodMergeSelectedCommand(String)
Initializes a new instance of the MergeSelectedCommand class
Public methodMergeSelectedCommand(McCommand, String)
Initializes a new instance of the MergeSelectedCommand class
Top
Properties
  NameDescription
Public propertyOutput
The output derived measurement. If the output is a single measurement, then the type is McMMSubFeature, if multiple, then IList
Top
Methods
  NameDescription
Public methodRun
Top
Remarks