Share

AcArray::physicalLength

C++

int physicalLength() const;

Description

Returns the current capacity of items for the array. The physical length is how many entries the array will hold before it automatically grows larger.

Note: Logical and physical length values are in items, not bytes.

Links

AcArray

Was this information helpful?