ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit2.CanAlterAttributeTable Property

Indicates if the raster attribute table can be altered.

[Visual Basic .NET]
Public ReadOnly Property CanAlterAttributeTable As Boolean
[C#]
public bool CanAlterAttributeTable {get;}
[C++]
HRESULT get_CanAlterAttributeTable(
  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

IRasterDatasetEdit2 Interface