Description
Returns an McSpatialCalib object found in the collection.
-
Property type
-
A McSpatialCalib object.
-
Syntax
-
object.Item(Index)
The Item Property syntax has these parts: |
| object | An expression evaluating to an object of type McSpatialCalibs. | | 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 McSpatialCalib.Name property). It can also be an McSpatialCalib*, 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 McSpatialCalib::Collection and Close). The collection permits
|