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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
LineSymbol is the symbol used as the leader line for SimpleLineCallout. Any ILineSymbol object can be used.