This document is archived and information here might be outdated.  Recommended version.


IMapGrid.SubTickLineSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapGrid.SubTickLineSymbol Property

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

Product Availability

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

Description

SubTickLineSymbol is the line symbol used to draw subticks.

See Also

IMapGrid Interface