Archicad 29 C++ API
Loading...
Searching...
No Matches
IFCAPI::PropertyBoundedValue Class Referencefinal

Represents an IfcPropertyBoundedValue. More...

#include <IFCProperty.hpp>

Inheritance diagram for IFCAPI::PropertyBoundedValue:
ACAPI::Object

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.
 
- Public Member Functions inherited from ACAPI::Object
 Object (std::shared_ptr< Impl::ObjectImpl > impl)
 Constructs a new object.
 
const API_TokenGetToken () const
 Get the token for this object.
 

Friends

class Property
 

Additional Inherited Members

- Protected Member Functions inherited from ACAPI::Object
 ~Object ()
 Default destructor.
 
- Protected Attributes inherited from ACAPI::Object
std::shared_ptr< Impl::ObjectImplmImpl
 Impl object given by constructor.
 

Detailed Description

Represents an IfcPropertyBoundedValue.

Since
Archicad 28