Click or drag to resize

AddDerivedMeasurementCommand Class

Adds one or more derived measurements based on the selected sub-features.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsAddDerivedMeasurementCommand

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

The AddDerivedMeasurementCommand type exposes the following members.

Constructors
  NameDescription
Public methodAddDerivedMeasurementCommand
Initializes a new instance of the AddDerivedMeasurementCommand class
Public methodAddDerivedMeasurementCommand(String)
Initializes a new instance of the AddDerivedMeasurementCommand class
Public methodAddDerivedMeasurementCommand(McCommand, String)
Initializes a new instance of the AddDerivedMeasurementCommand class
Top
Properties
  NameDescription
Public propertyMeasurementType
Derived measurement type.
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