Table of Contents

File:SaveMapFile filter

Filter info

Description The SaveMapFile filter may be used to save a map to a file.
Author Aaron
Plugin ZG_fileio

Looks like

: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 editing the pin value, or by connecting the pin to a filter such as 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.