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