.. highlightlang:: us .. index:: LayerSetAxisMajorTickLen .. _layersetaxismajorticklen: LayerSetAxisMajorTickLen ======================== .. us.tag LayerSetAxisMajorTickLen NOTREADYENGLISH LayerAxisTicks :ref:`LayerSetAxisMajorTickLen` sets the length of the major ticks. .. function:: bool = LayerSetAxisMinorTickLen(hLayer, ssXYZ, rsLen) .. 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:: rsLen *rsLen* is the major tick length in centimeters. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`PageReplot`, :ref:`LayerSetAxisMajorTickLen` :sub:`id-1335305`