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

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

 

Returns the index of the new last element.

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