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


ILocatorRectangle.LeaderSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILocatorRectangle Interface > ILocatorRectangle.LeaderSymbol Property
ArcGIS Developer Help

ILocatorRectangle.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 [in]

Symbol is a parameter of type ISymbol* Symbol [out, retval]
Symbol is a parameter of type ISymbol**

Product Availability

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

See Also

ILocatorRectangle Interface