This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerLayer Interface > IImageServerLayer.VisibleExtent Property (ArcObjects .NET 10.4 SDK) |
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