ACAPI_Element_GetIFCClassificationReferences
요소의 IFC classificationreferences를 가져옵니다.
GSErrCode ACAPI_Element_GetIFCClassificationReferences ( const API_Guid& guid_Element, GS::Array<API_IFCClassificationReference>* classificationReferences );
파라미터
- guid_Element
- [in] 요소의 GUID입니다.
- classificationReferences
- [out] 요소의 IFC classificationreferences입니다.
리턴 값
NoError
- 함수가 성공적으로 완료되었습니다.
APIERR_BADPARS
- 유효하지 않은 값이
guid_Element
파라미터에 전달되었거나classificationReferences
가 NULL입니다. APIERR_MODULNOTINSTALLED
- IFC 애드온이 존재하지 않습니다.
다른 공통 API 오류들에 대해서는 API 오류 문서를 보십시오.
설명
이 함수는 요소의 IFC classificationreferences를 리턴합니다.
요구사항
- 버전: API 16 또는 이후
- 헤더: ACAPinc.h
참고사항
ACAPI_Element_SetIFCClassificationReference
ACAPI_Element_RemoveIFCClassificationReference