Archicad 28 C++ API
|
IFC property header structure. More...
#include <APIdefs_Properties.h>
Public Attributes | |
GS::UniString | propertySetName |
Name of the containing propertyset. | |
GS::UniString | propertyName |
Name of the property. | |
GS::UniString | propertyDescription |
Description of the property. | |
API_IFCPropertyType | propertyType |
Type of the IFC property. | |
bool | readOnly |
Indicate that the property is writeable or readOnly. | |
IFC property header structure.
API_IFCPropertyHead::propertyType |
Type of the IFC property.
API_IFCPropertyType | Meaning |
---|---|
API_IFCPropertySingleValueType | Property with a single value |
API_IFCPropertyListValueType | Property with a list of values |
API_IFCPropertyBoundedValueType | Property with a lower bound, upper bound and set point value |
API_IFCPropertyEnumeratedValueType | Property with a list of possible and selected values |
API_IFCPropertyTableValueType | Property with a list of value pairs |