API Reference > OdDAI Namespace > Classes > Logical Class > Logical Operators > = Operator > Logical::= Operator (Logical_)
Logical::= Operator (Logical_)
Syntax
C++
Logical& operator =(const Logical_ val);
Parameters 
Description 
const Logical_ val 
[in] An enumeration value to be assigned (a right-hand operand of the assignment operation).  

The reference to the Logical object modified by the assignment operation.

Assignment operator for the Logical data type. The operator casts specified value of the appropriate enumeration to the Logical value and assigns it to the object.

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