.. highlightlang:: us .. index:: LayerIsMaxLine .. _layerismaxline: LayerIsMaxLine ============== .. us.tag LayerIsMaxLine NOTREADYENGLISH LayerGet :ref:`LayerIsMaxLine` checks if the maximum grid line is visible. .. function:: bMaxLine = LayerIsMaxLine(hLayer, ssXYZ) .. us.return **Return Value** *bMaxLine* 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:`LayerCreate` :sub:`id-186905`