.. highlightlang:: us .. index:: LayerGetAxisMajorTickWidth .. _layergetaxismajortickwidth: LayerGetAxisMajorTickWidth ========================== .. us.tag LayerGetAxisMajorTickWidth ENGLISH LayerAxisTicks :ref:`LayerGetAxisMajorTickWidth` returns the major tick width of the specified axis. .. function:: rsTickWidth = LayerGetAxisMajorTickWidth(hLayer, ssXYZ) .. us.return **Return Value** *rsTickWidth* is the major tick width in 0.1 mm steps. .. 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:`LayerGetAxisMinorTickWidth`, :ref:`LayerCreate` :sub:`id-16558`