CogRandomAccessQueue Peek Method Cognex VisionPro 9.20
Just return the item at the index

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

public Object Peek(
	int index
)

Parameters

index
Type: System Int32

Return Value

Type: Object
See Also