ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit2.DeleteAttributeTable Method

Deletes the raster attribute table.

[Visual Basic .NET]
Public Sub DeleteAttributeTable ( _
)
[C#]
public void DeleteAttributeTable (
);
[C++]
HRESULT DeleteAttributeTable(
void
);

Product Availability

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

See Also

IRasterDatasetEdit2 Interface