Archicad 28 C++ API
|
Represents an IfcProperty. More...
#include <IFCProperty.hpp>
Public Member Functions | |
GS::UniString | GetPropertySetName () const |
Name of the container IfcPropertySet. | |
GS::UniString | GetName () const |
Name of the IfcProperty. | |
PropertyByType | GetTyped () const |
Instance of the specific property type. | |
Public Member Functions inherited from ACAPI::v1::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::v1::Object | |
~Object () | |
Default destructor. | |
Protected Attributes inherited from ACAPI::v1::Object | |
std::shared_ptr< Impl::ObjectImpl > | mImpl |
Impl object given by constructor. | |
Represents an IfcProperty.