API Reference > Classes > OdAny Class > OdAny Operators > >> Operator > OdAny::>> Operator (OdAny&)
OdAny::>> Operator (OdAny&)
Syntax
C++
bool operator >>(OdAny& val) const;
Parameters 
Description 
OdAny& val 
[out] Another OdAny object (right-hand operand of the >> operator).  

true if the OdAny object's value was successfully written; otherwise, the method returns false.

Writes the OdAny object's value into another OdAny object.

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