CogOCVMaxPattern Tuned Property Cognex VisionPro 9.8 SR1
True if the pattern has been tuned.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.0.0.0
Syntax

public bool Tuned { get; }

Property Value

Type: Boolean
True if the pattern has been tuned.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
Remarks

This is a convenience property that tells you whether a non-NULL TuneResult exists.

See Also