Parameters |
Description |
const OdArray& otherArray |
[in] Array to append. |
value |
[in] Value to append. |
Appends the specified value or Array object to the end of this Array object.
If called with otherArray, returns a reference to this Array object.
If called with value, returns the index of the new last element.
If called with no arguments, returns an interator (pointer) to the first element after the last element in the array.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|