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