Archicad 29 C++ API
|
Represents an IfcPropertyBoundedValue. More...
#include <IFCProperty.hpp>
Public Member Functions | |
IFCAPI::Value | GetUpperBoundValue () const |
Get the upper bound of the property bounded value. | |
IFCAPI::Value | GetLowerBoundValue () const |
Get the lower bound of the property bounded value. | |
IFCAPI::Value | GetSetPointValue () const |
Get the set point of the property bounded value. | |
![]() | |
Object (std::shared_ptr< Impl::ObjectImpl > impl) | |
Constructs a new object. | |
const API_Token & | GetToken () const |
Get the token for this object. | |
Friends | |
class | Property |
Additional Inherited Members | |
![]() | |
~Object () | |
Default destructor. | |
![]() | |
std::shared_ptr< Impl::ObjectImpl > | mImpl |
Impl object given by constructor. | |
Represents an IfcPropertyBoundedValue.