Cog3DVect3Collection Capacity Property Cognex VisionPro 9.22
Gets the largest number of elements that this collection can store without reallocation.

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

public virtual int Capacity { get; }

Property Value

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