IFC classification structure.
typedef struct { GS::UniString source; bool hasSource; GS::UniString edition; bool hasEdition; GS::UniString editionDate; bool hasEditionDate; GS::UniString name; } API_IFCClassification;
Members
- source
- source of classification
- hasSource
- indicates the completedness of the optional
source
attribute - edition
- edition of classification
- hasEdition
- indicates the completedness of the optional
edition
attribute - editionDate
- the date on which the edition of the classification used became valid
- hasEditionDate
- indicates the completedness of the optional
editionDate
attribute - name
- name of classification
Remarks
This structure contains the data of an IfcClassification.
Requirements
- Version: API 16 or later
- Header: APIdefs_Elements.h