====== File:SaveMapFile filter ====== ===== Filter info ===== ^ Description | The ''SaveMapFile'' filter may be used to save a map to a file. | ^ Author | [[user>Aaron]] | ^ Plugin | [[bundywiki>plugins:calc:ZG_fileio|ZG_fileio]] ^ ===== Looks like ===== | {{:plugins:calc:zeograph:filters:file_savemapfile.png|:plugins:calc:zeograph:filters:file_savemapfile.png}} | ===== Input pins ===== ^ Name ^ Type ^ Default value ^ Description ^ | //hMap// | hvar | N/A | A handle to the map that is to be saved. | | //FileName// | string | NULL | The file name of the map file to be saved. Note that the file type is determined from the file extension. | You may either enter the //FileName// value manually by [[plugins:calc:zeograph:userguide:pins:edit|editing the pin value]], or by connecting the pin to a filter such as [[plugins:calc:zeograph:filters:ui_FileDialog|UI:FileDialog]]. ===== Output pins ===== ^ Name ^ Type ^ Description ^ | //hMap// | hvar | A handle to the source map (handle is passed through from input to output). | ===== Options ===== This filter has no options. ===== Comments ===== None.