This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILineElement Interface > ILineElement.Symbol Property (ArcObjects .NET 10.5 SDK) |
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
The Symbol property allows for the retrieval or update of the line symbol being used to display the LineElement.