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


IRasterCatalog.RasterSpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterCatalog Interface > IRasterCatalog.RasterSpatialReference Property
ArcGIS Developer Help

IRasterCatalog.RasterSpatialReference Property

The default Raster field spatial reference.

[Visual Basic .NET]
Public ReadOnly Property RasterSpatialReference As ISpatialReference
[C#]
public ISpatialReference RasterSpatialReference {get;}
[C++]
HRESULT get_RasterSpatialReference(
  ISpatialReference** SpatialReference
);
[C++]
Parameters
SpatialReference [out, retval]

SpatialReference is a parameter of type ISpatialReference**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterCatalog Interface