This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGrid Interface > IMapGrid.SubTickLineSymbol Property (ArcObjects .NET 10.4 SDK) |
The symbol used to draw the subtick lines.
[Visual Basic .NET] Public Property SubTickLineSymbol As ILineSymbol
[C#] public ILineSymbol SubTickLineSymbol {get; set;}
[C++]
HRESULT get_SubTickLineSymbol(
ILineSymbol** Symbol
);
[C++]
HRESULT put_SubTickLineSymbol(
ILineSymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type ILineSymbol Symbol [in]
Symbol is a parameter of type ILineSymbol
SubTickLineSymbol is the line symbol used to draw subticks.