The runtime parameters for N-point calibration. They include the name of the calibrated space, and an enumeration that specifies the selected space of the calibrated image.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax
Property Value
Type: CogCalibNPointToNPointRunParamsEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. The following state flag may be affected: |
Remarks
The run-time parameters for N-point calibration. They include the name of the calibrated space and an enumeration that specifies the selected space of the calibrated image.
Note: Setting this property to NULL or Nothing will not cause an error. However, an error will occur if the tool's Run method is called and this property is NULL or Nothing.
See Also