.. highlightlang:: us .. index:: LayerIsMinLine .. _layerisminline: LayerIsMinLine ============== .. us.tag LayerIsMinLine NOTREADYENGLISH LayerGet :ref:`LayerIsMinLine` checks if the minimum grid line is visible. .. function:: bMinLine = LayerIsMinLine(hLayer, ssXYZ) .. us.return **Return Value** *bMinLine* is TRUE (1) when the maximum grid line is visible and FALSE (0) when it is 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:`LayerIsMaxLine`, :ref:`LayerShowMinMaxLine` :sub:`id-203801`