IFC attribute structure.
More...
#include <APIdefs_Properties.h>
|
GS::UniString | attributeName |
| Name of the attribute.
|
|
GS::UniString | attributeType |
| IFC type of the attribute in string format.
|
|
GS::UniString | attributeValue |
| Value of the attribute in string format.
|
|
bool | hasValue |
| In case of optional attributes it says if the attribute is set and checked on the user interface.
|
|
bool | readOnly |
| Whether the attribute is read-only.
|
|