This document is archived and information here might be outdated.  Recommended version.


ILocatorRectangle2.LeaderSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILocatorRectangle2.LeaderSymbol Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ILocatorRectangle2 Interface