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

Writes the array of OdString objects into the OdAny object.

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