.. highlightlang:: us .. index:: LayerSetAxisMinorTickLen .. _layersetaxisminorticklen: LayerSetAxisMinorTickLen ======================== .. us.tag LayerSetAxisMinorTickLen NOTREADYENGLISH LayerAxisTicks :ref:`LayerSetAxisMinorTickLen` sets the length of the minor ticks. .. function:: bool = LayerGSetAxisMinorTickLen(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 minor tick length in centimeters. .. seealso:: :ref:`overview-diagrams`, :ref:`LayerCreate`, :ref:`PageReplot`, :ref:`LayerGetAxisMinorTickLen`, :ref:`LayerSetAxisMajorTickLen` :sub:`id-1333193`