Click or drag to resize

IMcSpatial2DCalibsFindEquivalent Method

Find a calibration equivalent to the provided calibration

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

Parameters

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

Return Value

Type: Int32
Remarks
FindEquivalent returns the index of the first calibration that is equivalent to the provided calibration. There may be more than one equivalent calibration. The 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. Return the calibration index in collection if an equivalent is found; The negative return value (-1) indicates no equivalent is found in collection.
See Also