Description
Return whether the supplied calibration is equivalent to this calibration.
-
Return Type
-
A Boolean value.
Boolean TRUE if equivalent
-
Syntax
-
object.IsEquivalent (pReference, [bIgnoreName])
The IsEquivalent Method syntax has these parts: |
| object | An expression evaluating to an object of type McSpatialCalib. | | pReference | Required. A McSpatialCalib object. [in]
| | bIgnoreName | Optional. A Boolean value. [out, retval]
| Remarks
A calibration can be considered equivalent if the following properties of the calibration are the same as this calibration:
UnitName
UnitPerPixelX
UnitPerPixelY
OriginX
OriginY
AngleOffset
UnitAbbrev
|