Archicad 28 C++ API
|
A container for storing a property's value. More...
#include <APIdefs_Properties.h>
Public Attributes | |
API_SingleVariant | singleVariant |
The value of the property if the definition's collectionType is API_PropertySingleCollectionType or API_PropertySingleChoiceEnumerationCollectionType . In case of enumeration, the keyVariant of the selected enum value is stored here (added in. | |
API_ListVariant | listVariant |
The value of the property if the definition's collectionType is API_PropertyListCollectionType or API_PropertyMultipleChoiceEnumerationCollectionType . In case of enumeration, the keyVariant of the selected enum values are stored here (added in. | |
API_VariantStatus | variantStatus |
The status of the property's currently valid value. If the status is not set to APIVariantStatusNormal, the property value is ignored. | |
A container for storing a property's value.