CogRandomAccessQueue Enqueue Method Cognex VisionPro 9.8 SR1
Adds object to the back of the queue. If the queue is full, just overwrite the tail item

Namespace: Cognex.VisionPro.QuickBuild.Implementation.Internal
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public void Enqueue(
	Object obj
)
See Also