This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILocatorRectangle2 Interface > ILocatorRectangle2.LeaderSymbol Property (ArcObjects .NET 10.4 SDK) |
The symbol used to render the leader line.
[Visual Basic .NET] Public Property LeaderSymbol As ISymbol
[C#] public ISymbol LeaderSymbol {get; set;}
[C++]
HRESULT get_LeaderSymbol(
ISymbol** Symbol
);
[C++]
HRESULT put_LeaderSymbol(
ISymbol* Symbol
);
[C++]
Parameters Symbol [out, retval]
Symbol is a parameter of type ISymbol Symbol [in]
Symbol is a parameter of type ISymbol