API Reference > OdDAI Namespace > Classes > Logical Class > Logical Constructor > Logical::Logical Constructor (Logical &)
Logical::Logical Constructor (Logical &)
Syntax
C++
Logical(const Logical & other);
Parameters 
Description 
const Logical & other 
[in] Another instance of the Logical class that will be copied. 

Creates a new Logical object as a copy of another existing Logical value (copy constructor for the Logical class).

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