This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.TickLineSymbol Property (ArcObjects .NET 10.4 SDK) |
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
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.