|
Archicad 29 C++ API
|
Represent an IFC value. More...
#include <IFCValue.hpp>
Public Member Functions | |
| IFCAPI::IFCType | GetType () const |
| The type of the Value (For example: IfcLabel, IfcPositiveLengthMeasure, ...) | |
| IFCAPI::AnyValue | GetAnyValue () const |
| The value. | |
Public Member Functions inherited from ACAPI::Object | |
| Object (std::shared_ptr< Impl::ObjectImpl > impl) | |
| Constructs a new object. | |
| const API_Token & | GetToken () const |
| Get the token for this object. | |
Friends | |
| class | PropertySingleValue |
| class | PropertyListValue |
| class | PropertyBoundedValue |
| class | PropertyEnumeratedValue |
| class | PropertyTableValue |
| class | PropertyBuilder |
Additional Inherited Members | |
Protected Member Functions inherited from ACAPI::Object | |
| ~Object () | |
| Default destructor. | |
Protected Attributes inherited from ACAPI::Object | |
| std::shared_ptr< Impl::ObjectImpl > | mImpl |
| Impl object given by constructor. | |
Represent an IFC value.