Description
Returns an McIntensityCalib object found in the collection.
-
Property type
-
A McIntensityCalib object.
-
Syntax
-
object.Item(Index)
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McIntensityCalibs. | | Index | Required. A Variant value. |
Exceptions
E_INVALIDARG is returned if the arguments are incorrect or a matching calibration cannot be found.
Notes
The ToFind argument is usually an calibration index or a calibration Name (the same as the McIntensityCalib.Name property). It can also be an McIntensityCalib*, in which case the property will either return the same pointer or will generate an E_INVALIDARG exception if that image is not part of the collection (see McIntensityCalib::Collection and Close). The collection permits
|