This document is archived and information here might be outdated.  Recommended version.


IMapGrid.QueryTickVisibility Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.QueryTickVisibility Method
ArcGIS Developer Help

IMapGrid.QueryTickVisibility Method

Returns the visibility of the ticks along all four sides of the map grid.

[Visual Basic .NET]
Public Sub QueryTickVisibility ( _
    ByRef leftVis As Boolean, _
    ByRef topVis As Boolean, _
    ByRef rightVis As Boolean, _
    ByRef bottomVis As Boolean _
)
[C#]
public void QueryTickVisibility (
    ref bool leftVis,
    ref bool topVis,
    ref bool rightVis,
    ref bool bottomVis
);
[C++]
HRESULT QueryTickVisibility(
  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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

QueryTickVisibility is whether the ticks on each side of the map grid will be drawn.

See Also

IMapGrid Interface