IMcIntensityCalibsItem Property
|
|
Returns an IMcIntensityCalib object found in the collection.
Namespace:
MediaCy.IQL.Calibrations
Assembly:
MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
Index As Object
) As McIntensityCalib
Get
Parameters
- Index
- Type: SystemObject
Return Value
Type:
McIntensityCalibIMcIntensityCalib* - Returned interface pointer when successful
Remarks Note |
---|
The ToFind argument is usually an calibration index or a calibration Name (the
same as the IMcIntensityCalib::Name property). It can also be an IMcIntensityCalib*, 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 IMcIntensityCalib::Collection
and Close).
The collection permits non-unique names, in which case the first calibration matching
the specified name. |
See Also