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

Sets all the elements in this Array object to the specified value.

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