Click or drag to resize

McSpatialCalibClassCommand Class

Base spatial calibration command.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMcSpatialCalibClassCommandProperties
        MediaCy.Addins.SCalibrationMcSpatialCalibClassCommand
          MediaCy.Addins.SCalibration.CommandsCreate
          MediaCy.Addins.SCalibration.CommandsModify

Namespace:  MediaCy.Addins.SCalibration
Assembly:  MediaCy.Addins.SCalibration (in MediaCy.Addins.SCalibration.dll) Version: 3.1.0.0
Syntax
VB
Public Class McSpatialCalibClassCommand
	Inherits BaseObjectCommand(Of McSpatialCalibClassCommandProperties)

The McSpatialCalibClassCommand type exposes the following members.

Constructors
  NameDescription
Public methodMcSpatialCalibClassCommand
Initializes a new instance of the McSpatialCalibClassCommand class
Public methodMcSpatialCalibClassCommand(McCommand)
Initializes a new instance of the McSpatialCalibClassCommand class
Public methodMcSpatialCalibClassCommand(McCommand, Object)
Initializes a new instance of the McSpatialCalibClassCommand class
Top
Properties
  NameDescription
Public propertyAngularOffset
The angular offset of the calibration space, in degrees counter clockwise.
Public propertyConversionFactor
Conversion factor of units to meters.
Public propertyFlags
Spatial calibration status flags.
Public propertyName
Calibration name
Public propertyPixelOriginX
X origin of calibration
Public propertyPixelOriginY
Y origin of calibration
Public propertyPixelSizeX
The calibrated width of a pixel. I.e. the number of calibrated units per pixel
Public propertyPixelSizeY
The calibrated height of a pixel. I.e. the number of calibrated units per pixel
Public propertyPolynomialDegree
Maximum degree of the mapping polynomials that are set in SetPolynomialMapping.
Public propertyUnit
Unit type
Public propertyUnitAbbrev
Abbreviation for the spatial calibration unit.
Public propertyUnitName
Unit name
Top
Methods
Remarks