API Reference > OdDAI Namespace > Classes > Boolean Class > Boolean Methods > Boolean::exists Method
Boolean::exists Method
Syntax
C++
int exists() const;

1 if the Boolean object's value is defined (set); otherwise, the method returns 0.

Checks whether the Boolean object has a defined value (whether the value is set).

nullify() method.

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