Line symbol this element uses to draw itself.
[Visual Basic .NET] Public Property Symbol As ILineSymbol
[C#] public ILineSymbol Symbol {get; set;}
[C++]
HRESULT get_Symbol(
ILineSymbol** Symbol
);
[C++]
HRESULT put_Symbol(
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.
Remarks
The Symbol property allows for the retrieval or update of the line symbol being used to display the LineElement.