Graphisoft®

API Development KitVersion: 18

API_NewProjectPars

새로운 프로젝트를 열기 위한 파라미터들입니다.

    typedef struct {
        GS::Bool8     newAndReset;
        GS::Bool8     enableSaveAlert;
        char          filler_1[6];
    } API_NewProjectPars;

 

멤버

newAndReset
New and Reset 또는 단순한 New 커맨드를 수행합니다.
enableSaveAlert
"Save the current document before closing" 경고를 보여주거나, 닫기 전에 자동으로 프로젝트를 저장합니다.

 

설명

이 structure를 활용하려면 APIDo_NewProjectID 자동화 함수를 보십시오.

 

요구사항

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

 

참고사항

APIDo_NewProjectID, API 타입