ArcObjects Library Reference (Carto)  

IMapGrid.TickLineSymbol Property

The line symbol used to draw the major ticks.

[Visual Basic .NET]
Public Property TickLineSymbol As ILineSymbol
[C#]
public ILineSymbol TickLineSymbol {get; set;}
[C++]
HRESULT get_TickLineSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT put_TickLineSymbol(
  ILineSymbol* Symbol
);
[C++]

Parameters

Symbol [out, retval]

  Symbol is a parameter of type ILineSymbol

Symbol [in]

  Symbol is a parameter of type ILineSymbol

Product Availability

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

Description

TickLineSymbol is the line symbol that will be used to draw the major tick marks that are drawn just inside of or just outside of the Border.

See Also

IMapGrid Interface