|
Archicad 29 C++ API
|
Represents an IfcClassificationReference. More...
#include <IFCClassificationReference.hpp>
Public Member Functions | |
| std::optional< GS::UniString > | GetLocation () const |
| Location of the IfcClassificationReference. | |
| std::optional< GS::UniString > | GetName () const |
| Name of the IfcClassificationReference. | |
| std::optional< GS::UniString > | GetIdentification () const |
| Identification of the IfcClassificationReference. | |
| std::optional< GS::UniString > | GetDescription () const |
| Description of the IfcClassificationReference. | |
| std::optional< GS::UniString > | GetSort () const |
| Sort of the IfcClassificationReference. | |
| IFCAPI::Classification | GetReferencedSource () const |
| ReferencedSource of the IfcClassificationReference. | |
| GS::UniString | GetIfcRelAssociatesClassificationName () const |
| Name of the IfcRelAssociatesClassification. | |
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 IfcClassificationReference.