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

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

 

Returns a reference to this Array object.

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