.. highlightlang:: us .. _xyzsetisovalues: XYZSetIsoValues =============== .. index:: XYZSetIsoValues .. us.tag XYZSetIsoValues NOTREADYENGLISH New412 XYZSet_iso :ref:`XYZSetIsoValues` sets the isoline values. .. function:: bool = XYZSetIsoValues(hData, rvValues) .. 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 A handle for a dataset created with :ref:`XYZCreate` or :ref:`XYZCreateFromMatrix`. .. uparam:: rvValues *rvValues* is a vector with isoline values. The number of values is limited to 100. All isoline values already present in the dataset will be deleted (see :ref:`XYZGetIsoValues`). .. seealso:: :ref:`overview-xyz-datasets`, :ref:`XYZAddIsoValues`, :ref:`XYZDeleteIsoValues`, :ref:`XYZSetIsoValuesScaleType`, :ref:`XYZGetIsoValues` :sub:`id-431604`