CogIDTimeoutConstants EnumerationCognex VisionPro 9.7
Enumeration of Timeout status. When AllowPartialResults is enabled, the results could be either partial or full depending on the Timeout value.

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 73.0.0.0
Syntax

public enum CogIDTimeoutConstants
Members

  Member nameValueDescription
Okay0 Okay is returned when AllowPartialResults is set to true and all results are returned within the timeout value.
Timeout1When AllowPartialResults is set to true and a timeout occurs, partial results will be returned if available.
See Also