.. highlightlang:: us .. index:: LayerGetAxisMajorTickLen .. _layergetaxismajorticklen: LayerGetAxisMajorTickLen ======================== .. us.tag LayerGetAxisMajorTickLen ENGLISH LayerAxisTicks :ref:`LayerGetAxisMajorTickLen` returns the major tick length of the specified axis. .. function:: rsTickLen = LayerGetAxisMajorTickLen(hLayer, ssXYZ) .. us.return **Return Value** *rsTickLen* is the length of the major axis ticks in cm. .. 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:`LayerGetAxisMajorTickLen`, :ref:`LayerCreate` :sub:`id-24585`