IFC classificationreference structure.
typedef struct { GS::UniString referenceName; bool readOnly; GS::UniString location; bool hasLocation; GS::UniString name; bool hasName; GS::UniString identification; bool hasIdentification; API_IFCClassification referencedSource; } API_IFCClassificationReference;
Members
- referenceName
- name of the IfcRelAssociatesClassification
- readOnly
- whether the classificationreference is read-only on user interface
- location
- location of the classificationreference
- haslocation
- whether location is set and checked on user interface
- name
- name of the classificationreference
- hasName
- whether name is set and checked on user interface
- identification
- identification of the classificationreference
- hasIdentification
- whether identification is set and checked on user interface
- referencedSource
- referencedsource of the classificationreference
Remarks
This structure contains the data of an IfcClassificationReference.
referenceName
is unique for classificationreferences of an element.
Requirements
- Version: API 16 or later
- Header: APIdefs_Elements.h