CollectionOfuint16_t Capacity Property Cognex VisionPro 9.23

Get the capacity of this collection. This is the maximum number of items that may be stored in this collection without reallocation. Capacity is increased automatically as needed to hold added items.

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

public abstract long Capacity { get; }

Property Value

Type: Int64
See Also