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


IRasterLayer.DataFrameExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayer Interface > IRasterLayer.DataFrameExtent Property
ArcGIS Developer Help

IRasterLayer.DataFrameExtent Property

Extent of the dataframe that contains the layer.

[Visual Basic .NET]
Public ReadOnly Property DataFrameExtent As IEnvelope
[C#]
public IEnvelope DataFrameExtent {get;}
[C++]
HRESULT get_DataFrameExtent(
  IEnvelope** ppExtent
);
[C++]
Parameters
ppExtent [out, retval]

ppExtent is a parameter of type IEnvelope**

Product Availability

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

See Also

IRasterLayer Interface