API Reference > Classes > OdAny Class > OdAny Operators > << Operator > OdAny::<< Operator (OdArray<unsigned short> &)
OdAny::<< Operator (OdArray<unsigned short> &)
Syntax
C++
void operator <<(const OdArray<unsigned short> & val);
Parameters 
Description 
const OdArray<unsigned short> & val 
[in] An array of unsigned short data type values to be written (right-hand operand of the << operator). 

Writes the array of unsigned short data type values into the OdAny object.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.