Share

AcArray::logicalLength

C++

int logicalLength() const;

Description

Returns the number of existing items in the array. Calling this function is equivalent to calling the AcArray::length() function.

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

Links

AcArray

Was this information helpful?