Click or drag to resize

CalibrateByFeatureCommand Class

Creates a new spatial calibration based on the given or selected feature.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsCalibrateByFeatureCommand

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

The CalibrateByFeatureCommand type exposes the following members.

Constructors
  NameDescription
Public methodCalibrateByFeatureCommand
Initializes a new instance of the CalibrateByFeatureCommand class
Public methodCalibrateByFeatureCommand(String)
Initializes a new instance of the CalibrateByFeatureCommand class
Public methodCalibrateByFeatureCommand(McCommand, String)
Initializes a new instance of the CalibrateByFeatureCommand class
Top
Properties
  NameDescription
Public propertyCalibratedLength
Length of the feature in calibrated units
Public propertyCalibrationName
New spatial calibration name
Public propertyFeatureName
Name of the feature. If the name is empty, the first selected feature is used.
Public propertyInteractive
When true, the dialog with calibration parameters is shown
Public propertyMeasurement
Measurement that's used for calibration
Public propertyOutput
Output calibration
Public propertyReferences
Add reference to spatial calibration to handle Units
(Overrides McCommandReferences.)
Public propertyUnits
Calibration unit
Top
Methods
  NameDescription
Public methodRun
Run from macro
Top
Remarks