.. highlightlang:: us .. _xyzset3doutsidepen: XYZSet3DOutsidePen ================== .. index:: XYZSet3DOutsidePen .. us.tag XYZSet3DOutsidePen ENGLISH XYZSet_3d :ref:`XYZSet3DOutsidePen` sets the line style for the 3D surface map grid outside of the data hull. .. function:: bool = XYZSet3DOutsidePen(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 The handle of a dataset created with :ref:`XYZCreate`. .. uparam:: hPen *hPen* is the handle of the pen created with :ref:`PenCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGet3DOutsidePen`, :ref:`XYZSet3DInsidePen`, :ref:`XYZCreate`, :ref:`PenCreate` :sub:`id-884731`