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


IRasterDatasetEdit2.DeleteAttributeTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDatasetEdit2 Interface > IRasterDatasetEdit2.DeleteAttributeTable Method
ArcGIS Developer Help

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