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


IRasterCatalog.CanAlterRasterSpatialReference 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.CanAlterRasterSpatialReference Property
ArcGIS Developer Help

IRasterCatalog.CanAlterRasterSpatialReference Property

Indicates if the default Raster field spatial reference can be altered.

[Visual Basic .NET]
Public ReadOnly Property CanAlterRasterSpatialReference As Boolean
[C#]
public bool CanAlterRasterSpatialReference {get;}
[C++]
HRESULT get_CanAlterRasterSpatialReference(
  Boolean* canAlter
);
[C++]
Parameters
canAlter [out, retval]

canAlter is a parameter of type bool*

Product Availability

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

See Also

IRasterCatalog Interface