Previous topic

LayerIsMaxLine

Next topic

LayerIsMinorGrid

This Page

LayerIsMinLineΒΆ

LayerIsMinLine checks if the minimum grid line is visible.

bMinLine = LayerIsMinLine(hLayer, ssXYZ)

Return Value

bMinLine is TRUE (1) when the maximum grid line is visible and FALSE (0) when it is not.

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-203801