API Reference > Other Classes > OdArray Template > OdArray Methods > append Method > OdArray::append Method (T&)
OdArray::append Method (T&)
Syntax
C++
size_type append(const T& value);
Parameters 
Description 
const T& value 
[in] Value to append. 

Returns the index of the new last element.

Appends the specified value to the end of this Array object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.