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


ILocatorRectangle2.DrawLeader Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILocatorRectangle2 Interface > ILocatorRectangle2.DrawLeader Method
ArcGIS Developer Help

ILocatorRectangle2.DrawLeader Method

Draws the leader line on the Layout display.

[Visual Basic .NET]
Public Sub DrawLeader ( _
    ByVal layoutDisplay As IDisplay, _
    ByVal Parent As IMapFrame _
)
[C#]
public void DrawLeader (
    IDisplay layoutDisplay,
    IMapFrame Parent
);
[C++]
HRESULT DrawLeader(
  IDisplay* layoutDisplay,
  IMapFrame* Parent
);
[C++]
Parameters
layoutDisplay [in]

layoutDisplay is a parameter of type IDisplay* Parent [in]
Parent is a parameter of type IMapFrame*

Product Availability

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

See Also

ILocatorRectangle2 Interface