CogCalibNPointToNPoint Calibrated Property Cognex VisionPro 9.5
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: 69.0.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. This can only happen if the Calibrate  method is called and none of the object properties are changed afterwards.

Default Value: False

See Also