RecordCollection AddRange Method Cognex VisionPro 9.21 SR1
Adds the elements of the specified collection to the end of the collection.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
Syntax

public void AddRange(
	IEnumerable<Record> items
)

Parameters

items
Type: System.Collections.Generic IEnumerable Record 
The collection of items to add to the collection.
See Also