ArcObjects Library Reference (Carto)  

IMgrsGrid.GridSquareBoundarySymbol Property

The line symbol used to display the boundaries of the grid squares.

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

See Also

IMgrsGrid Interface