.. highlightlang:: us .. index:: LayerGetMinorGridPen .. _layergetminorgridpen: LayerGetMinorGridPen ==================== .. us.tag LayerGetMinorGridPen NOTREADYENGLISH LayerGrid :ref:`LayerGetMinorGridPen` returns the handle to a pen that is used to draw the minor grid lines. .. function:: hPen = LayerGetMinorGridPen(hLayer, ssXYZ) .. us.return **Return Value** *hPen* is the handle of the drawing pen. .. 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:`PenDestroy`, :ref:`LayerSetGridPen` :sub:`id-1727441`