LayerGetMajorGridPen

LayerGetMajorGridPen returns the handle to a pen that is used to draw the major grid lines.

hPen = LayerGetMajorGridPen(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-1725329