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


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

IMapGrid.LineSymbol Property

The symbol used to draw grid lines - null will draw no lines.

[Visual Basic .NET]
Public Property LineSymbol As ILineSymbol
[C#]
public ILineSymbol LineSymbol {get; set;}
[C++]
HRESULT get_LineSymbol(
  ILineSymbol** Symbol
);
[C++]
HRESULT put_LineSymbol(
  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

LineSymbol is the line symbol that will be used to draw the grid lines.

See Also

IMapGrid Interface