This document is archived and information here might be outdated. Recommended version. |
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.