Description
Find a calibration equivalent to the provided calibration.
-
Return Type
-
A Long value.
The index of an equivalent calibration, if found, or -1 if no equivalent can be found.
-
Syntax
-
object.FindEquivalent (pReference, [StartAt], [bIgnoreName])
The FindEquivalent Method syntax has these parts: |
| object | An expression evaluating to an object of type McSpatialCalibs. | | pReference | Required. A McSpatialCalib object. [in]
| | StartAt | Optional. A Long value. The index in the collection from which to start the search. IgnoreName - Flag whether to ingore the calibration name when making the comparison.
| | bIgnoreName | Optional. A Boolean value. [out, retval]
| 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 McSpatialCalib.IsEquivalent.
|