Graphisoft®

API Development KitVersion: 18

API_SavePars_PlanDump

ArchiCAD로부터 plandump를 저장하기 위한 여러 가지 옵션들을 포함하고 있습니다.

    typedef struct {
        GS::Bool8     elementsOn;
        GS::Bool8     attributesOn;
        GS::Bool8     propertiesOn;
        GS::Bool8     filler_1;
        Int32         filler_2[9];
    } API_SavePars_PlanDump;

 

멤버

elementsOn
plandump 파일 안에 모든 요소들을 포함시킵니다.
attributesOn
plandump 파일 안에 모든 속성들을 포함시킵니다.
propertiesOn
plandump 파일 안에 프로퍼티들을 포함시킵니다.

 

설명

이 옵션들은 File/Save 다이얼로그의 여러 가지 설정에 해당합니다.

 

요구사항

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

 

참고사항

API_FileSavePars, API 타입