|
Archicad 29 C++ API
|
Description of a component. More...
#include <APIdefs_ListData.h>
Public Attributes | |
| API_ListData_Head | head |
| Contains the header information, including type, setIndex and index. | |
| char | code [API_DBCodeLen] |
| Component code. | |
| char | keycode [API_DBCodeLen] |
| Component key code. | |
| char | name [API_DBNameLen] |
| Component name. | |
| char | unitcode [API_DBCodeLen] |
| Component unit code. | |
| char | dbSetName [API_DBCodeLen] |
| Component's database set name. | |
| double | quantity |
| quantity (value) of the component | |
| short | unitRef |
| unit type, see the APIUnitRef_xxx defines. | |
Description of a component.