ArcObjects Library Reference (DataSourcesRaster)  

ISimplePixelReader.Extent Property

The source full extent.

[Visual Basic .NET]
Public WriteOnly Property Extent_2
[C#]
public void Extent_2 {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

ISimplePixelReader Interface