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

true if the OdAny object's value was successfully converted into an array of OdAnsiString objects and written; otherwise, the method returns false.

Writes the OdAny object's value into an array of OdAnsiString objects.

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