Click or drag to resize

IMcSpatialCalibsItem Property

Returns an IMcSpatialCalib object found in the collection.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Default Property Item ( 
	Index As Object
) As McSpatialCalib
	Get

Parameters

Index
Type: SystemObject

Return Value

Type: McSpatialCalib
IMcSpatialCalib* - Returned interface pointer when successful
Remarks
Note Note
The ToFind argument is usually an calibration index or a calibration Name (the same as the IMcSpatialCalib::Name property). It can also be an IMcSpatialCalib*, 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 IMcSpatialCalib::Collection and Close). The collection permits non-unique names, in which case the first calibration matching the specified name.
See Also