ArcObjects Library Reference (Carto)  

IMapGrid.TickMarkSymbol Property

The symbol used to draw tick marks at the grid interval intersections - null will draw no tick marks.

[Visual Basic .NET]
Public Property TickMarkSymbol As IMarkerSymbol
[C#]
public IMarkerSymbol TickMarkSymbol {get; set;}
[C++]
HRESULT get_TickMarkSymbol(
  IMarkerSymbol** Symbol
);
[C++]
HRESULT put_TickMarkSymbol(
  IMarkerSymbol* Symbol
);
[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type IMarkerSymbol

Symbol [in]

  Symbol is a parameter of type IMarkerSymbol

Product Availability

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

Description

TickMarkSymbol is the marker symbol that may be drawn at the intersection of grid lines.

See Also

IMapGrid Interface