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