Class Ifc2x3::IfcReferencesValueDocument

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcReferencesValueDocument : public IfcUtil::IfcBaseEntity

Public Functions

::Ifc2x3::IfcDocumentSelect *ReferencedDocument() const
void setReferencedDocument(::Ifc2x3::IfcDocumentSelect *v)
IfcTemplatedEntityList<::Ifc2x3::IfcAppliedValue>::ptr ReferencingValues() const
void setReferencingValues(IfcTemplatedEntityList<::Ifc2x3::IfcAppliedValue>::ptr v)
bool hasName() const

Whether the optional attribute Name is defined for this IfcReferencesValueDocument.

std::string Name() const
void setName(std::string v)
bool hasDescription() const

Whether the optional attribute Description is defined for this IfcReferencesValueDocument.

std::string Description() const
void setDescription(std::string v)
const IfcParse::entity &declaration() const
IfcReferencesValueDocument(IfcEntityInstanceData *e)
IfcReferencesValueDocument(::Ifc2x3::IfcDocumentSelect *v1_ReferencedDocument, IfcTemplatedEntityList<::Ifc2x3::IfcAppliedValue>::ptr v2_ReferencingValues, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description)

Public Static Functions

const IfcParse::entity &Class()