CogOCVMaxPattern Trained Property Cognex VisionPro 9.10
Gets whether this pattern has been trained.

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

public bool Trained { get; }

Property Value

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

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
See Also