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


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

IRasterInfo.NativeSpatialReference Property

The native raster spatial reference before GeoData transform.

[Visual Basic .NET]
Public Property NativeSpatialReference As ISpatialReference
[C#]
public ISpatialReference NativeSpatialReference {get; set;}
[C++]
HRESULT get_NativeSpatialReference(
  ISpatialReference** ppSpatialReference
);
[C++]
HRESULT putref_NativeSpatialReference(
  ISpatialReference* ppSpatialReference
);
[C++]

Parameters ppSpatialReference [out, retval]
ppSpatialReference is a parameter of type ISpatialReference ppSpatialReference [in]
ppSpatialReference is a parameter of type ISpatialReference

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)