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


ILocatorRectangle2.Draw Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ILocatorRectangle2.Draw Method

Obsolete. Use DrawExtent and DrawLeader instead.

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

Parameters Display [in]
Display 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