Graphisoft®

API Development KitVersion: 18

API_IFCPropertyReferenceValue

IfcPropertyReferenceValue는 IFC의 리소스 정의 내의 다른 엔티티들을 참조하여 프로퍼티 값을 제공 받을 수 있게 해줍니다.

    typedef struct {
        GS::UniString                   usageName;
        API_IFCObjectReferenceType      type;
        short                           day;
        short                           month;
        short                           year;
    } API_IFCPropertyReferenceValue;

 

멤버

usageName
프로퍼티 내 참조된 값의 사용 설명입니다.
type

API_IFCObjectReferenceType

의미

CalendarDate

어떤 해, 어떤 달, 어떤 날로 정의된 날짜입니다.

day
달력 날짜의 일(day) 요소입니다.
month
달력 날짜의 월(month) 요소입니다.
year
달력 날짜의 연(year) 요소입니다.

 

설명

이 structure는 어떤 해, 어떤 달, 어떤 날로 정의된 날짜를 포함하고 있습니다.

 

요구사항

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

 

참고사항

API_IFCProperty