ArcObjects Library Reference (Carto)  

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 [out, retval]

  MapFrame is a parameter of type IMapFrame

MapFrame [in]

  MapFrame is a parameter of type IMapFrame

Product Availability

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

See Also

ILocatorRectangle Interface