Share

AcArray::length

C++

int length() const;

Description

Returns the logical length of the array. Calling this function is equivalent to calling the AcArray::logicalLength() function.

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

Links

AcArray

Was this information helpful?