DoubleCollection AddRange Method Cognex VisionPro 9.10
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.10.0.0
Syntax

public void AddRange(
	IEnumerable<double> items
)

Parameters

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