API Reference > Classes > OdAny Class > OdAny Operators > OdAny::= Operator
OdAny::= Operator
Syntax
C++
OdAny& operator =(const OdAny& right);
Parameters 
Description 
const OdAny& right 
[in] Another OdAny object (right-hand operand of the assignment operation). Its value should be copied to this OdAny object.  

The reference to the OdAny object after its modification with the assignment operation.

Assignment operator for the OdAny class objects.

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