Graphisoft®

API Development KitVersion: 18

API_UnitType

단위를 설명합니다.

    typedef struct {
        API_ListData_Head     head;
        char                  code[API_DBCodeLen];
        char                  name[API_DBCodeLen];
        Int32                 filler_1[8];
    } API_UnitType;

 

멤버

head
type, setIndex, index를 포함하는 헤더 정보를 포함하고 있습니다.
code
코드 문자열입니다
name
단위의 이름입니다.

 

설명

이 structure는 리스팅 데이터베이스에서 어떤 단위에 대하여 가져오거나 검색할 때 사용합니다. ACAPI_ListData_GetACAPI_ListData_Search 함수들을 보십시오.

 

요구사항

버전: API 2.1 또는 이후
헤더: APIdefs_ListData.h

 

참고사항

API_ListData_Head, API_ListData,
리스팅 관리자, API 타입