Archicad 28 C++ API
Loading...
Searching...
No Matches
API_UnitType Struct Reference

Description of an unit. More...

#include <APIdefs_ListData.h>

Public Attributes

API_ListData_Head head
 Contains the header information, including type, setIndex and index.
 
char code [API_DBCodeLen]
 Unit code.
 
char name [API_DBCodeLen]
 Unit name.
 

Detailed Description

Description of an unit.

Remarks
This structure is used when you retrieve or search for an unit in the listing database. See the ACAPI_OldListing_Get and ACAPI_OldListing_Search functions.