Cog3DVect2Collection Reserve Method Cognex VisionPro 9.5
If Capacity is less than the supplied value, set it.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax

public void Reserve(
	int minimumCapacity
)

Parameters

minimumCapacity
Type: System Int32
The largest number of elements that this collection can store without reallocation.
See Also