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


IRasterDatasetEdit2.AlterAttributeTable Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit2.AlterAttributeTable Method

Alters the raster attribute table.

[Visual Basic .NET]
Public Sub AlterAttributeTable ( _
    ByVal newTable As ITable _
)
[C#]
public void AlterAttributeTable (
    ITable newTable
);
[C++]
HRESULT AlterAttributeTable(
  ITable* newTable
);
[C++]

Parameters newTable [in]
newTable is a parameter of type ITable

Product Availability

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

See Also

IRasterDatasetEdit2 Interface

.NET Related Topics

How to build a raster attribute table