.. highlightlang:: us .. _xyconfigdlg: XYConfigDlg =========== .. index:: XYConfigDlg .. us.tag XYConfigDlg ENGLISH XYSet DialogBoxes :ref:`XYConfigDlg` displays a dialog box for the given dataset. .. function:: bool = XYConfigDlg(hData) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYCreate` :sub:`id-1415259`