.. highlightlang:: us .. index:: LayerSetAxisRelPosition .. _layersetaxisrelposition: LayerSetAxisRelPosition ======================= .. us.tag LayerSetAxisRelPosition ENGLISH LayerSet The :ref:`LayerSetAxisRelPosition` function specifies the offset by which the axis will be moved relatively to its standard position. .. function:: bool = LayerSetAxisRelPosition(hLayer, ssXYZ, rsRel) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. 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. .. uparam:: rsRel *rsRel* is the offset in centimeters. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerGetAxisRelPosition`, :ref:`LayerCreate` :sub:`id-923484`