ArcObjects Library Reference (Carto)  

IMapExtent.Extent Property

The geographic extent of the map.

[Visual Basic .NET]
Public WriteOnly Property Extent
[C#]
public void Extent {set;}
[C++]
HRESULT put_Extent(
  IEnvelope* 
);
[C++]

Parameters

[in]

   is a parameter of type IEnvelope

Product Availability

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

See Also

IMapExtent Interface