|
Archicad 29 C++ API
|
Represents an IFC Attribute. More...
#include <IFCAttribute.hpp>
Public Member Functions | |
| GS::UniString | GetName () const |
| Name of the Attribute. | |
| std::optional< GS::UniString > | GetValue () const |
| Value of the Attribute. | |
| IFCAPI::IFCType | GetValueType () const |
| Value type of the Attribute. | |
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 | PropertyAccessor |
| 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. | |
Represents an IFC Attribute.