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