Click or drag to resize

SetAsXAxisCommand Class

Sets the selected line as X axis of spatial calibration. Creates a new calibration and applies it to the image provided as input.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsSetAsXAxisCommand

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

The SetAsXAxisCommand type exposes the following members.

Constructors
  NameDescription
Public methodSetAsXAxisCommand
Initializes a new instance of the SetAsXAxisCommand class
Public methodSetAsXAxisCommand(String)
Initializes a new instance of the SetAsXAxisCommand class
Public methodSetAsXAxisCommand(McCommand, String)
Initializes a new instance of the SetAsXAxisCommand class
Top
Properties
  NameDescription
Public propertyCalibrationName
Calibration name of the new calibration
Public propertyFeatureName
Name of the feature. If the name is empty, the first selected feature is used.
Public propertyOutput
Output calibration
Top
Methods
  NameDescription
Public methodRun
Run from macro
Top
Remarks
The new calibration is not a reference calibration.
See Also