This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMgrsGrid Interface > IMgrsGrid.GridSquareBoundarySymbol Property (ArcObjects .NET 10.5 SDK) |
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