Share

setLogicalLength Method

Overload List

Method Description
AcArray::setLogicalLength (int) Sets the logical length of the array.If you try to set the logical length to be greater than the physical length, then the array is grown to the requested size (thus increasing both the logical length and the physical length).Note: Logical and physical length values are in items, not bytes.
AcArray::setLogicalLength (int, T&) Initializes new cells to value.Note: Logical and physical length values are in items, not bytes.

Was this information helpful?