API Reference > Classes > OdAny Class > OdAny Operators > >> Operator > OdAny::>> Operator (OdDAI::Select* &)
OdAny::>> Operator (OdDAI::Select* &)
Syntax
C++
bool operator >>(OdDAI::Select* & val);
Parameters 
Description 
OdDAI::Select* & val 
[out] A raw pointer to the Select data type variable (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 a Select data type variable.

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