Graphisoft®

API Development KitVersion: 18

API_PropertyRefType

프로퍼티 객체 레퍼런스 레코드입니다.

    typedef struct {
        Int32         libIndex;
        GS::Bool8     assign;
        char          filler_1;
        short         filler_2;
        Int32         filler_3[2];
    } API_PropertyRefType;

 

멤버

libIndex
라이브러리 파트의 인덱스입니다. 이것은 프로퍼티 객체입니다.
assign
만약 프로퍼티 객체가 개별적인 할당이면 이 멤버는 true입니다.

 

설명

이 structure는 요소의 프로퍼티 객체 리스트를 가져오고 싶을 때 사용합니다. ACAPI_Element_GetProperties 함수를 보십시오.

 

요구사항

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

 

참고사항

API 타입