Click or drag to resize

IMcSpatial2DCalibs Interface

Interface IMcSpatial2DCalibs

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

The IMcSpatial2DCalibs type exposes the following members.

Properties
  NameDescription
Public propertyCount
Get the number of calibrations in the collection.
Public propertyItem
Get a calibration via its index, name or pointer
Public propertySystemCalib
Get or set the system spatial calibration.
Top
Methods
  NameDescription
Public methodAdd
Create a new IMcSpatial2DCalib instance and add it to collection
Public methodDuplicate
Create a duplicate calibration via name, index or a calibration pointer and add the duplicate to collection.
Public methodFindEquivalent
Find a calibration equivalent to the provided calibration
Public methodGetEnumerator
Public methodGetFilteredList
Get a filtered copy of the calibration collection.
Public methodOpen
Create a new McSpatial2DCalib from a calibration file.
Public methodRemove
Remove a calibration from collection
Public methodRemoveAll
Remove all calibrations from the collection
Public methodSave
Save an McSpatial2DCalib or the collection of calibrations to a calibration file.
Top
See Also