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


IRasterCatalog.AlterRasterSpatialReference Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterCatalog.AlterRasterSpatialReference Method

Alters the default Raster field spatial reference.

[Visual Basic .NET]
Public Sub AlterRasterSpatialReference ( _
    ByVal SpatialReference As ISpatialReference _
)
[C#]
public void AlterRasterSpatialReference (
    ISpatialReference SpatialReference
);
[C++]
HRESULT AlterRasterSpatialReference(
  ISpatialReference* SpatialReference
);
[C++]

Parameters SpatialReference [in]
SpatialReference is a parameter of type ISpatialReference

Product Availability

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

See Also

IRasterCatalog Interface