API Reference > Classes > OdAny Class > OdAny Operators > << Operator
<< Operator

This is the overview for the << operator overload.

Writes the value of the bool data type variable into the OdAny object.  
Writes the value of the null-terminated string into the OdAny object.  
Writes the value of the double data type variable into the OdAny object.  
Writes the value of the float data type variable into the OdAny object.  
Writes the value of the int data type variable into the OdAny object.  
Writes the value of the OdAnsiString data type variable into the OdAny object.  
Writes the array of bool values into the OdAny object.  
Writes the array of double data type values into the OdAny object.  
Writes the array of float data type values into the OdAny object.  
Writes the array of int data type values into the OdAny object.  
Writes the array of OdAnsiString objects into the OdAny object.  
Writes the array of OdAny objects into the OdAny object.  
Writes the two-dimensional array (matrix) of double data type values into the OdAny object.  
Writes the two-dimensional array (matrix) of int data type values into the OdAny object.  
Writes the two-dimensional array (matrix) of OdDAIObjectId objects into the OdAny object.  
Writes the array of Logical values into the OdAny object.  
Writes the array of OdDAIObjectId objects into the OdAny object.  
Writes the array of OdString objects into the OdAny object.  
Writes the array of short data type values into the OdAny object.  
Writes the array of unsigned int data type values into the OdAny object.  
Writes the array of unsigned short data type values into the OdAny object.  
Writes the value of the Logical data type variable into the OdAny object.  
Writes the OdDAIObjectId object into the OdAny object.  
Writes the value of the OdString data type variable into the OdAny object.  
Writes the OdTypeCode object into the OdAny object.  
Writes the value of the short data type variable into the OdAny object.  
Writes the value of the unsigned int data type variable into the OdAny object.  
Writes the value of the unsigned short data type variable into the OdAny object.  
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.