.. highlightlang:: us .. _xyzsethullpen: XYZSetHullPen ============= .. index:: XYZSetHullPen .. us.tag XYZSetHullPen ENGLISH XYZSet_hull :ref:`XYZSetHullPen` sets the pen style for the hull. .. function:: bool = XYZSetHullPen(hData, hPen) .. 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 Is the handle of a dataset created with :ref:`XYZCreate`. .. uparam:: hPen *hPen* Is the handle of the pen to be used to draw the hull. .. us.comment **Comment** The change will come into effect after the function :ref:`XYZUpdate` is called. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZCreate`, :ref:`PenCreate`, :ref:`XYZUpdate` :sub:`id-1001467`