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