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

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.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