CogCalibCheckerboard Calibrated Property Cognex VisionPro
True if all of the computed outputs of this object are meaningful, and were computed using the current object properties. This can only happen if the Calibrate method is called and none of the object properties are changed afterwards.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 65.1.0.0
Syntax

public bool Calibrated { get; }

Property Value

Type: Boolean
Remarks

True if all of the computed outputs of this object are meaningful, and were computed using the current object properties. Calibrated is only true if Calibrate  has been called at least once and none of the object properties have been changed since the last call to Calibrate .

Default Value: False

See Also