API Reference > Classes > OdAny Class > OdAny Operators > << Operator > OdAny::<< Operator (unsigned long)
OdAny::<< Operator (unsigned long)
Syntax
C++
void operator <<(const unsigned long val);
Parameters 
Description 
const unsigned long val 
[in] An unsigned int value to be written (right-hand operand of the << operator). 

Writes the value of the unsigned int data type variable into the OdAny object.

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