ArcObjects Library Reference (Carto)  

IMapGrid.SetSubTickVisibility Method

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

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

Parameters

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

Product Availability

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

Description

SetSubTickVisibility sets whether the subticks on each side of the map grid will be drawn.

See Also

IMapGrid Interface