Click or drag to resize

IMcSpatial2DCalibIsEquivalent Method

Decide if current calibration is equal to a designated one

Namespace:  MediaCy.IQL.Calibrations.NonLinear
Assembly:  MediaCy.IQL.Calibrations.NonLinear (in MediaCy.IQL.Calibrations.NonLinear.dll) Version: 10.0.6912.0
Syntax
VB
Function IsEquivalent ( 
	pReference As McSpatial2DCalib,
	Optional bIgnoreName As Boolean = true
) As Boolean

Parameters

pReference
Type: MediaCy.IQL.Calibrations.NonLinearMcSpatial2DCalib
bIgnoreName (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
Remarks
Compare two calibration' type, unit, unit name, unit abbrevation, conversion factor, polynomial degree, number of lookup table points, pixel size, reference wave number, and polinomial or lookuptable for both axes if applicable. If bIgnoreName is set to false, two calibration's name will also be compared. An error will be returned if reference calibration is NULL.
See Also