IMcSpatial2DCalibsItem Property
|
|
Get a calibration via its index, name or pointer
Namespace:
MediaCy.IQL.Calibrations.NonLinear
Assembly:
MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
Index As Object
) As McSpatial2DCalib
Get
Parameters
- Index
- Type: SystemObject
Property Value
Type:
McSpatial2DCalib
RemarksThe Index argument is usually an calibration index or a calibration Name
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 calibration is not part of the collection.
The collection permits non-unique names, in which case the first calibration
matching the specified name.
Return error if the designated calibration is not found in collection
or the input pointer is NULL.
See Also