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


IRasterCatalog.CanAlterRasterSpatialReference Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* canAlter
);
[C++]

Parameters canAlter [out, retval] canAlter is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterCatalog Interface