.. highlightlang:: us .. _xyzset3dsurfaceattrib: XYZSet3DSurfaceAttrib ===================== .. index:: XYZSet3DSurfaceAttrib .. us.tag XYZSet3DSurfaceAttrib ENGLISH XYZSet_3d :ref:`XYZSet3DSurfaceAttrib` specifies how the surface grid is plotted. .. function:: bool = XYZSet3DSurfaceAttrib(hData, nAttrib) .. 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:: nAttrib *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 .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZGet3DSurfaceAttrib`, :ref:`XYZSet3DSurfaceType`, :ref:`XYZCreate` :sub:`id-1605856`