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