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


ILocatorRectangle.MapFrame 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.MapFrame Property
ArcGIS Developer Help

ILocatorRectangle.MapFrame Property

The map frame being referenced.

[Visual Basic .NET]
Public Property MapFrame As IMapFrame
[C#]
public IMapFrame MapFrame {get; set;}
[C++]
HRESULT get_MapFrame(
  IMapFrame* MapFrame
);
[C++]
HRESULT putref_MapFrame(
  IMapFrame** MapFrame
);
[C++]
Parameters
MapFrame [in]

MapFrame is a parameter of type IMapFrame* MapFrame [out, retval]
MapFrame is a parameter of type IMapFrame**

Product Availability

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

See Also

ILocatorRectangle Interface