.. highlightlang:: us .. index:: LayerIsMinorGrid .. _layerisminorgrid: LayerIsMinorGrid ================ .. us.tag LayerIsMinorGrid NOTREADYENGLISH LayerGrid :ref:`LayerIsMinorGrid` checks if the minor grid lines are visible. .. function:: bGrid = LayerIsMinorGrid(hLayer, ssXYZ) .. us.return **Return Value** *bGrid* is TRUE (1) when the minor 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:`LayerIsMajorGrid` :sub:`id-1710718`