Click or drag to resize

IMcSpatialCalibsFindEquivalent Method

Find a calibration equivalent to the provided calibration.

Namespace:  MediaCy.IQL.Calibrations
Assembly:  MediaCy.IQL.Calibrations (in MediaCy.IQL.Calibrations.dll) Version: 10.0.6912.0
Syntax
VB
Function FindEquivalent ( 
	pReference As McSpatialCalib,
	Optional StartAt As Integer = 0,
	Optional bIgnoreName As Boolean = true
) As Integer

Parameters

pReference
Type: MediaCy.IQL.CalibrationsMcSpatialCalib
StartAt (Optional)
Type: SystemInt32
The index in the collection from which to start the search.
bIgnoreName (Optional)
Type: SystemBoolean

Return Value

Type: Int32
The index of an equivalent calibration, if found, or -1 if no equivalent can be found.
Remarks
FindEquivalent returns the index of the first calibration that is equivalent to the provided calibration. There may be more than one equivalent calibration - this function returns the first one found from the specified starting point. To find the next match, call the function again with the return value from the previous search. For details on the check for equivalence, refer to IMcSpatialCalib::IsEquivalent.
See Also

Reference

[IMcSpatialCalib::IsEquivalent]