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


ISimpleMapImage.Extent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ISimpleMapImage.Extent Property

The extent of the image.

[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

ISimpleMapImage Interface