API_IFCPropertyEnumeratedValue
가능한 값, 선택한 값들의 리스트를 가진 IFC 프로퍼티입니다.
typedef struct { GS::Array<API_IFCPropertyValue> enumerationReference; GS::Array<API_IFCPropertyValue> enumerationValues; } API_IFCPropertyEnumeratedValue;
멤버
- enumerationReference
- 프로퍼티의 가능한 값들의 리스트입니다.
- enumerationValues
- 프로퍼티의 선택한 값들의 리스트입니다.
설명
이 structure는 IfcPropertyEnumeratedValue의 가능한 값, 선택한 값들의 리스트를 포함합니다.
모든 값들은 동일한 타입을 갖고 있어야 합니다.
enumerationReference
는 enumerationValues
의 값들을 모두 포함해야 합니다. enumerationValues
는 최소 1개의 값을 포함해야 합니다.
요구사항
- 버전: API 16 또는 이후
- 헤더: APIdefs_Elements.h