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.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public abstract long Capacity { get; }public abstract long Capacity { get; }Public MustOverride ReadOnly Property Capacity As Long
Get
Public MustOverride ReadOnly Property Capacity As Long
Get
public:
virtual property long long Capacity {
long long get () abstract;
}public:
virtual property long long Capacity {
long long get () abstract;
}Property Value
Type:
Int64