Graphisoft®

API Development KitVersion: 18

API_FTypeID

자동화 함수들에 대하여 이용 가능한 파일 포맷 식별자들입니다.

    typedef enum {
        APIFType_None,
APIFType_PlanFile, APIFType_A_PlanFile, APIFType_Bak_PlanFile, APIFType_WGClientFile, APIFType_A_WGClientFile, APIFType_Bak_WGClientFile,
APIFType_PlanFile600, APIFType_A_PlanFile600, APIFType_PlanFile650, APIFType_A_PlanFile650, APIFType_PlanFile700, APIFType_A_PlanFile700,
APIFType_WGProjFile, APIFType_A_WGProjFile, APIFType_Bak_WGProjFile, APIFType_TabListFile, APIFType_ObjectFile, APIFType_DoorFile, APIFType_WindowFile, APIFType_GDLFile, APIFType_2DLinesFile,
APIFType_PNGFile, APIFType_BMPFile, APIFType_TIFFFile, APIFType_JPEGFile, APIFType_GIFFile,
APIFType_EMFFile, APIFType_WMFFile,
APIFType_PlanFile800, APIFType_A_PlanFile800, APIFType_PlanFile810, APIFType_A_PlanFile810, APIFType_PlanFile900, APIFType_A_PlanFile900, APIFType_PlanFile1000, APIFType_A_PlanFile1000, APIFType_PlanFile1100, APIFType_A_PlanFile1100, APIFType_PlanFile1200, APIFType_A_PlanFile1200,
APIFType_IfcFile,
APIFType_PlanFile1300, APIFType_A_PlanFile1300, APIFType_PlanFile1400, APIFType_A_PlanFile1400, APIFType_PlanFile1500, APIFType_A_PlanFile1500, APIFType_PlanFile1600, APIFType_A_PlanFile1600, APIFType_PlanFile1700, APIFType_A_PlanFile1700,
APIFType_PdfFile } API_FTypeID;

 

멤버

APIFType_None
알려지지 않은 파일 포맷.
APIFType_PlanFile
ArchiCAD Solo Project 파일
APIFType_A_PlanFile
ArchiCAD Archive 파일
APIFType_Bak_PlanFile
ArchiCAD Backup 파일
APIFType_WGClientFile
ArchiCAD TeamWork Draft 파일
APIFType_A_WGClientFile
AC TeamWork Draft Archive 파일
APIFType_Bak_WGClientFile
AC TeamWork Draft Backup 파일
APIFType_PlanFile600
ArchiCAD 6.0 Plan 파일
APIFType_A_PlanFile600
ArchiCAD 6.0 Archive 파일
APIFType_PlanFile650
ArchiCAD 6.5 Plan 파일
APIFType_A_PlanFile650
ArchiCAD 6.5 Archive 파일
APIFType_PlanFile700
ArchiCAD 7.0 Plan 파일
APIFType_A_PlanFile700
ArchiCAD 7.0 Archive 파일
APIFType_WGProjFile
ArchiCAD TeamWork Project 파일
APIFType_A_WGProjFile
AC TeamWork Project Archive 파일
APIFType_Bak_WGProjFile
AC TeamWork Project Backup 파일
APIFType_TabListFile
Tab을 포함한 ArchiCAD List 파일
APIFType_ObjectFile
ArchiCAD Object 파일
APIFType_DoorFile
ArchiCAD Door 파일
APIFType_WindowFile
ArchiCAD Window 파일
APIFType_GDLFile
ArchiCAD GDL 파일
APIFType_2DLinesFile
2D 라인 파일
APIFType_PNGFile API version 18
PNG 파일
APIFType_BMPFile
Bitmap 파일
APIFType_TIFFFile
TIFF 파일
APIFType_JPEGFile
JPEG 파일
APIFType_GIFFile
GIF 파일
APIFType_EMFFile
Windows Enhanced Metafile
APIFType_WMFFile
Windows Metafile
APIFType_PlanFile800 5.1
ArchiCAD 8 Plan 파일
APIFType_A_PlanFile800 5.1
ArchiCAD 8 Archive 파일
APIFType_PlanFile810 6.1
ArchiCAD 8.1 Plan 파일
APIFType_A_PlanFile810 6.1
ArchiCAD 8.1 Archive 파일
APIFType_PlanFile900 Featuring API 10
ArchiCAD 9.0 Plan 파일
APIFType_A_PlanFile900 Featuring API 10
ArchiCAD 9.0 Archive 파일
APIFType_PlanFile1000 11
ArchiCAD 10.0 Plan 파일
APIFType_A_PlanFile1000 11
ArchiCAD 10.0 Archive 파일
APIFType_PlanFile1100 12
ArchiCAD 11.0 Plan 파일
APIFType_A_PlanFile1100 12
ArchiCAD 11.0 Archive 파일
APIFType_PlanFile1200 13
ArchiCAD 12.0 Plan 파일
APIFType_A_PlanFile1200 13
ArchiCAD 12.0 Archive 파일
APIFType_IfcFile (save only) 11
IFC 2x2 또는 2x3 파일
APIFType_PlanFile1300 14
ArchiCAD 13 Plan 파일
APIFType_A_PlanFile1300 14
ArchiCAD 13 Archive 파일
APIFType_PlanFile1400 15
ArchiCAD 14 Plan 파일
APIFType_A_PlanFile1400 15
ArchiCAD 14 Archive 파일
APIFType_PlanFile1500 16
ArchiCAD 15 Plan 파일
APIFType_A_PlanFile1500 16
ArchiCAD 15 Archive 파일
APIFType_PlanFile1600 17
ArchiCAD 16 Plan 파일
APIFType_A_PlanFile1600 17
ArchiCAD 16 Archive 파일
APIFType_PlanFile1700 18
ArchiCAD 17 Plan 파일
APIFType_A_PlanFile1700 18
ArchiCAD 17 Archive 파일
APIFType_PdfFile 17
PDF 파일

 

설명

이 structure를 활용하기 위해 APIDo_OpenIDAPIDo_SaveID 자동화 함수를 보십시오.

 

요구사항

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

 

참고사항

APIDo_OpenID
APIDo_SaveID
API 타입