CogSearchMaxPattern Trained Property Cognex VisionPro 9.21
Gets whether this pattern has been trained.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 83.0.0.0
Syntax

public bool Trained { get; }

Property Value

Type: Boolean
True if the pattern has been trained; otherwise, false.
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if this CogSearchMaxPattern object has already been disposed.
See Also