Archicad 27 C++ API
Loading...
Searching...
No Matches
API_IFCPropertyTableValue Struct Reference

IFC property with a list of value pairs. More...

#include <APIdefs_Properties.h>

Public Attributes

GS::Array< API_IFCPropertyValuedefiningValues
 List of defning values, must be unique.
 
GS::Array< API_IFCPropertyValuedefinedValues
 List of defined values, does not have to be unique.
 

Detailed Description

IFC property with a list of value pairs.

Remarks
This structure contains a list of  value pairs of an IfcPropertTableValue. The definingValues and definedValues shall have the same type inside, but the two types can differ. The size of the two arrays shall be the same, at least one pair of values shall be set.