.. highlightlang:: us .. index:: LayerIsMajorGrid .. _layerismajorgrid: LayerIsMajorGrid ================ .. us.tag LayerIsMajorGrid NOTREADYENGLISH LayerGrid :ref:`LayerIsMajorGrid` checks if the major grid lines are visible. .. function:: bGrid = LayerIsMajorGrid(hLayer, ssXYZ) .. us.return **Return Value** *bGrid* is TRUE (1) when the major grid lines are visible and FALSE (0) when they are not. .. 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:`LayerCreate`, :ref:`LayerShowGrid`, :ref:`LayerIsMinorGrid` :sub:`id-1338466`