Contains the export filter type for SAF file.
typedef struct { API_ElementsToSAFExportID elementsToSAFExport; GS::UniString* selectedSAFTranslatorName; Int32 filler_1[3]; } API_SavePars_Saf;
Members
- elementsToSAFExport
- Type of export filter for the SAF Export. It affects the elements to be exported: whether the whole project, only visible elements or only selected elements are exported.
- selectedSAFTranslatorName
- Name of SAF Translator used for the SAF Export. It is one of the names listed on SAF Translators dialog. It affects the profiles and materials of elements, output version, etc.
Remarks
If you want to save the content of a window, the type of the file fileTypeID
in API_FileSavePars
should be set to APIFType_SafFile
. In case of 3D and Master Layout Archicad will export the floor plan.
Requirements
- Version: API 3.1 or later
- Header: APIdefs_Automate.h