This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > ISimpleMapGridBorder Interface > ISimpleMapGridBorder.LineSymbol Property (ArcObjects .NET 10.4 SDK) |
The line symbol used to draw the border.
[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