.. highlightlang:: us .. _xygetdroppen: XYGetDropPen ============ .. index:: XYGetDropPen .. us.tag XYGetDropPen ENGLISH XYGet :ref:`XYGetDropPen` returns the handle of the pen that draws drop lines. .. function:: hPen = XYGetDropPen(hData) .. us.return **Return Value** *hPen* is the handle of the pen created with :ref:`PenCreate`. .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYCreate` or :ref:`TYCreate`. .. seealso:: :ref:`overview-xy-datasets`, :ref:`XYSetDropPen`, :ref:`XYIsDropLineVisible`, :ref:`XYCreate` :sub:`id-1865533`