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.
See also
id-203801