API Reference > OdRx Classes > OdRxPropertyVariant Class > OdRxPropertyVariant Operators > = Operator > OdRxPropertyVariant::= Operator (bool&)
OdRxPropertyVariant::= Operator (bool&)
Syntax
C++
OdRxPropertyVariant& operator =(const bool& val);
Parameters 
Description 
const bool& val 
[in] New boolean value.
 

Reference to this object.

Assignment operator. Assigns a new boolean value to this OdRxPropertyVariant object, replacing its current contents. 

 

Copyright © 2002–2022. Open Design Alliance. All rights reserved.