.. highlightlang:: us .. _xyzget3dsurfaceattrib: XYZGet3DSurfaceAttrib ===================== .. index:: XYZGet3DSurfaceAttrib .. us.tag XYZGet3DSurfaceAttrib ENGLISH XYZGet_3d The :ref:`XYZGet3DSurfaceAttrib` funcion returns a value that specifies how the surface grid is plotted. .. function:: nAttrib = XYZGet3DSurfaceAttrib(hData) .. us.return **Return Value** *nAttrib* is one of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - 0 - Plot Grid * - 1 - Plot Grid and Isolines * - 2 - Plot only x-Gridlines * - 3 - Plot only y-Gridlines .. us.params **Parameters** .. uparam:: hData The handle of a dataset created with :ref:`XYZCreate`. .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSet3DSurfaceAttrib`, :ref:`XYZSet3DSurfaceType`, :ref:`XYZCreate` :sub:`id-1556704`