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