CogRandomAccessQueue Peek Method Cognex VisionPro 9.10
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: 79.0.0.0 (79.0.0.0)
Syntax

public Object Peek(
	int index
)

Parameters

index
Type: System Int32

Return Value

Type: Object
See Also