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


IRasterInfo.NativeExtent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo.NativeExtent Property

The native raster extent before GeoData transform.

[Visual Basic .NET]
Public Property NativeExtent As IEnvelope
[C#]
public IEnvelope NativeExtent {get; set;}
[C++]
HRESULT get_NativeExtent(
  IEnvelope** ppExtent
);
[C++]
HRESULT put_NativeExtent(
  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

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction)