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


IMapDescription.MapArea Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapDescription.MapArea Property

The display area of the map (data frame).

[Visual Basic .NET]
Public Property MapArea As IMapArea
[C#]
public IMapArea MapArea {get; set;}
[C++]
HRESULT get_MapArea(
  IMapArea** area
);
[C++]
HRESULT put_MapArea(
  IMapArea* area
);
[C++]

Parameters area [out, retval]
area is a parameter of type IMapArea area [in]
area is a parameter of type IMapArea

Product Availability

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

See Also

IMapDescription Interface

.NET Related Topics

Map services