Click or drag to resize

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
Syntax
VB
ReadOnly Default Property Item ( 
	Index As Object
) As McSpatial2DCalib
	Get

Parameters

Index
Type: SystemObject

Property Value

Type: McSpatial2DCalib
Remarks
The 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