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

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

Writes the OdAny object's value into a Logical data type variable.

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