CogJobIndependent RealTimeResult Method Cognex VisionPro 9.8 SR1
Overload List

  NameDescription
Public methodRealTimeResult 
RealTimeResult() removes and returns the oldest result packet from the real-time result queue. RealTimeResult() will return null if the real-time result queue is empty. This method may be called while the CogJob is running.
Public methodRealTimeResult(Int32, Boolean)
RealTimeResult(int,bool) allows any result packet to be looked at and/or removed from the real-time result queue.
Top
See Also