This document is archived and information here might be outdated. Recommended version. |
The line symbol used for the Callout.
[Visual Basic .NET] Public Property LineSymbol As ILineSymbol
[C#] public ILineSymbol LineSymbol {get; set;}
[C++]
HRESULT get_LineSymbol(
ILineSymbol** LineSymbol
);
[C++]
HRESULT put_LineSymbol(
ILineSymbol* LineSymbol
);
[C++] Parameters LineSymbol [out, retval]
LineSymbol is a parameter of type ILineSymbol** LineSymbol [in]
LineSymbol is a parameter of type ILineSymbol*
LineSymbol is the symbol used as the leader line for SimpleLineCallout. Any ILineSymbol object can be used.