Click or drag to resize

DefineVariableCommand Class

Defines measurement variable by name.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, McMMSubFeature
          MediaCy.Addins.MeasurementsDefineVariableCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class DefineVariableCommand
	Inherits OneInputOneOutputCommand(Of Object, McMMSubFeature)
Constructors
  NameDescription
Public methodDefineVariableCommand
Initializes a new instance of the DefineVariableCommand class
Public methodDefineVariableCommand(McCommand)
Initializes a new instance of the DefineVariableCommand class
Top
Remarks
Measurement must exist on active image
See Also