.. highlightlang:: us .. _xyzsetdefault: XYZSetDefault ============= .. index:: XYZSetDefault .. us.tag XYZSetDefault NOTREADYENGLISH New403 XYZSet :ref:`XYZSetDefault` sets all dataset properties of a 3D dataset to default. .. function:: bool = XYZSetDefault(hData) .. 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`. .. us.example **Example** :: XYZSetDefault(hData); XYZSetProps(hData, "iso-values = '300, 330, 350, 400, 500'"); .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZSetProps`, :ref:`XYZGetProps` :sub:`id-307479`