This document is archived and information here might be outdated. Recommended version. |
The line symbol for the arrow.
[Visual Basic .NET] Public Property ArrowSymbol As ILineSymbol
[C#] public ILineSymbol ArrowSymbol {get; set;}
[C++]
HRESULT get_ArrowSymbol(
ILineSymbol** Symbol
);
[C++]
HRESULT putref_ArrowSymbol(
ILineSymbol* Symbol
);
[C++] Parameters Symbol [out, retval]
Symbol is a parameter of type ILineSymbol** Symbol [in]
Symbol is a parameter of type ILineSymbol*