Vect2SetCollection Constructor (Int64)Cognex VisionPro 9.25 SR1

Constructs a new instance of the collection class with an initial capacity specified by the argument.

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

public Vect2SetCollection(
	long minimumCapacity
)

Parameters

minimumCapacity
Type: System Int64
The collection is created with a capacity sufficient to hold this many items without reallocating storage.
See Also