Click or drag to resize

IMcSpatialCalibs Interface

The collection of spatial calibrations.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcSpatialCalibs
	Inherits IEnumerable

The IMcSpatialCalibs type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of calibrations in the collection.
Public propertyItem
Returns an IMcSpatialCalib object found in the collection.
Public propertyMagModifier
Gets or sets the magnification modifier.
Public propertySystemCalib
Get or set the system spatial calibration.
Top
Methods
  NameDescription
Public methodAdd
Creates a new IMcSpatialCalib instance and adds it to the IMcSpatialCalibs collection.
Public methodCode exampleAddDerived
Adds a derived calibration to the calibration collection.
Public methodAddEx
Creates a new IMcSpatialCalib instance and adds it to the IMcSpatialCalibs collection.
Public methodFindEquivalent
Find a calibration equivalent to the provided calibration.
Public methodGetEnumerator
Public methodCode exampleGetFilteredList
Get a filtered copy of the calibration collection.
Public methodOpen
Create a new McSpatialCalib from a calibration file.
Public methodRemove
Removes a calibration from the collection.
Public methodRemoveAll
All members of the Engine.SpatialCalibs collection are removed from the collection.
Public methodSave
Save an McSpatialCalib or the collection of calibrations to a calibration file.
Top
Remarks
This collection gives access to existing spatial calibrations, ways to create new ones, and an application "system" calibration, which will be used for newly captured images.
See Also