This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineCallout Interface > ISimpleLineCallout.LineSymbol Property (ArcObjects .NET 10.4 SDK) |
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.