Click or drag to resize

IMcIntensityCalibs 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 IMcIntensityCalibs
	Inherits IEnumerable

The IMcIntensityCalibs type exposes the following members.

Properties
  NameDescription
Public propertyActiveCalib
Get or set the active intensity calibration.
Public propertyCount
The number of calibrations in the collection.
Public propertyItem
Returns an IMcIntensityCalib object found in the collection.
Top
Methods
  NameDescription
Public methodAdd
Creates a new IMcIntensityCalib instance and adds it to the IMcIntensityCalibs collection.
Public methodAddEx
Creates a new IMcIntensityCalib instance and adds it to the IMcIntensityCalibs collection.
Public methodGetEnumerator
Public methodCode exampleGetFilteredList
Get a filtered copy of the calibration collection.
Public methodOpen
Create a new IMcIntensityCalib from a calibration file.
Public methodRemove
Removes a calibration from the collection.
Public methodRemoveAll
All members of the Engine.IntensityCalibs collection are removed from the collection.
Public methodSave
Save an McIntensityCalib or the collection of calibrations to a calibration file.
Top
Remarks
This collection gives access to existing intensity calibrations, ways to create new ones, and an application "active" calibration.
See Also