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

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

Writes the OdAny object's value into an array of Logical values.

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