CogCalibNPointToNPointTool RunParams Property Cognex VisionPro 9.7
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.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax

public CogCalibNPointToNPointRunParams RunParams { get; set; }

Property Value

Type: CogCalibNPointToNPointRunParams
Events

Event TypeReason
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