API Reference > Other Classes > OdArray Template > OdArray Methods > append Method > OdArray::append Method (OdArray&)
OdArray::append Method (OdArray&)
Syntax
C++
OdArray& append(const OdArray& otherArray);
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.