.. highlightlang:: us .. index:: LayerIsAxisDescending .. _layerisaxisdescending: LayerIsAxisDescending ===================== .. us.tag LayerIsAxisDescending ENGLISH LayerGet :ref:`LayerIsAxisDescending` .. function:: bDescending = LayerIsAxisDescending(hLayer, ssXYZ) .. us.return **Return Value** *bDescending* is TRUE (1) if the axis is scaled descending and FALSE (0) if the axis is scaled ascending. .. us.params **Parameters** .. uparam:: hLayer Identifies the layer. .. uparam:: ssXYZ *ssXYZ* is "X" for the x-axis, "Y" for the y-axis and "Z" for the z-axis. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`LayerSetAxisDescending` :sub:`id-617136`