ArcObjects Library Reference (GeoDatabase)  

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