This document is archived and information here might be outdated. Recommended version. |
Returns the visibility of the labels along all four sides of the map grid.
[Visual Basic .NET] Public Sub QueryLabelVisibility ( _ ByRef leftVis As Boolean, _ ByRef topVis As Boolean, _ ByRef rightVis As Boolean, _ ByRef bottomVis As Boolean _ )
[C#] public void QueryLabelVisibility ( ref bool leftVis, ref bool topVis, ref bool rightVis, ref bool bottomVis );
[C++]
HRESULT QueryLabelVisibility(
Boolean* leftVis,
Boolean* topVis,
Boolean* rightVis,
Boolean* bottomVis
);
[C++]
Parameters leftVis [in, out]
leftVis is a parameter of type bool* topVis [in, out]
topVis is a parameter of type bool* rightVis [in, out]
rightVis is a parameter of type bool* bottomVis [in, out]
bottomVis is a parameter of type bool*
QueryLabelVisibility is whether the labels on each of the sides of the map grid will be drawn.