.. highlightlang:: us .. index:: GridReplaceFile .. _gridreplacefile: GridReplaceFile =============== .. us.tag GridReplaceFile NOTREADYENGLISH New420 Grid :ref:`GridReplaceFile` replaces the data file displayed in the Browser dialog. .. function:: bool = GridReplaceFile(ssNewnetCDFFile) .. us.return **Return Value** *bool* is TRUE (1) if the data file could be replaced and otherwise the return value is FALSE (0). .. us.params **Parameters** .. uparam:: ssNewnetCDFFile *ssNewnetCDFFile* is the complete file name of the new netCDF file. .. us.comment **Comment** All functions starting with ``Grid`` access the data browser. If the browser dialog isn't open, these functions return an invalid value. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 4.2.0 - New .. seealso:: :ref:`overview-netcdf-browser`, :ref:`overview-netcdf-files` :sub:`id-572757`