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


IImageServerLayer.VisibleExtent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IImageServerLayer.VisibleExtent Property

The Visible extent of the layer in the data frame.

[Visual Basic .NET]
Public Property VisibleExtent As IEnvelope
[C#]
public IEnvelope VisibleExtent {get; set;}
[C++]
HRESULT get_VisibleExtent(
  IEnvelope** ppExtent
);
[C++]
HRESULT put_VisibleExtent(
  IEnvelope* ppExtent
);
[C++]

Parameters ppExtent [out, retval]
ppExtent is a parameter of type IEnvelope ppExtent [in]
ppExtent is a parameter of type IEnvelope

Product Availability

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

See Also

IImageServerLayer Interface