ArcObjects Library Reference (Carto)  

IMapGrid.QuerySubTickVisibility Method

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

[Visual Basic .NET]
Public Sub QuerySubTickVisibility ( _
    ByRef leftVis As Boolean, _
    ByRef topVis As Boolean, _
    ByRef rightVis As Boolean, _
    ByRef bottomVis As Boolean _
)
[C#]
public void QuerySubTickVisibility (
    ref bool leftVis,
    ref bool topVis,
    ref bool rightVis,
    ref bool bottomVis
);
[C++]
HRESULT QuerySubTickVisibility(
  VARIANT_BOOL* leftVis,
  VARIANT_BOOL* topVis,
  VARIANT_BOOL* rightVis,
  VARIANT_BOOL* bottomVis
);
[C++]

Parameters

leftVis [in, out]   leftVis is a parameter of type VARIANT_BOOL topVis [in, out]   topVis is a parameter of type VARIANT_BOOL rightVis [in, out]   rightVis is a parameter of type VARIANT_BOOL bottomVis [in, out]   bottomVis is a parameter of type VARIANT_BOOL

Product Availability

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

Description

QuerySubTickVisibility is whether the subticks on each side of the map grid will be drawn.

See Also

IMapGrid Interface