FMEDialog
coordSysPrompt(coordSysName),
This method displays a standard FME coordinate system dialog to prompt the user to choose a coordinate system.
coordSysName (str) – (Optional) the default coordinate system to be highlighted when the dialog is opened.
str or None
The coordinate system chose by the user, if cancel was pressed None is returned.
None