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


ILocatorRectangle2.DrawExtent 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.DrawExtent Method
ArcGIS Developer Help

ILocatorRectangle2.DrawExtent Method

Draws the locator shape on the Map display.

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

mapDisplay 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