.. highlightlang:: us .. _xyzget3dinsidepen: XYZGet3DInsidePen ================= .. index:: XYZGet3DInsidePen .. us.tag XYZGet3DInsidePen ENGLISH XYZGet_3d :ref:`XYZGet3DInsidePen` returns the line style of the 3D surface map grid lines inside the data hull. .. function:: hPen = XYZGet3DInsidePen(hData) .. us.return **Return Value** *hPen* is the handle of the pen created with :ref:`PenCreate`. .. us.params **Parameters** .. uparam:: hData A handle for a dataset created with :ref:`XYZCreate`. .. us.comment **Comment** The pen object should be deleted after its use with :ref:`PenDestroy`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSet3DInsidePen`, :ref:`XYZSet3DSurfaceType` :sub:`id-269601`