fmeobjects.FMEDialog.parameterPrompt¶
-
FMEDialog.
parameterPrompt
()¶ parameterPrompt(filename),
This method parses the file with the passed in name and does a standard FME dialog for the parameters listed in the GUI lines in the file. If any DEFAULT_MACRO lines were found, these supply default values. If the user exits the form with OK, then the file will be overwritten with a new file that alternates MACRO NAME and VALUE, line by line.
Parameters: filename (str) – The name of the file to be parsed. Return type: bool Returns: True
is returned if the user has pressed OK,False
otherwise.