LayerGetMinorGridPen

LayerGetMinorGridPen returns the handle to a pen that is used to draw the minor grid lines.

hPen = LayerGetMinorGridPen(hLayer, ssXYZ)

Return Value

hPen is the handle of the drawing pen.

Parameters

hLayer

Identifies the layer.

ssXYZ

ssXYZ is “X” for the x-axis, “Y” for the y-axis and “Z” for the z-axis.

id-1727441