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


IGridTableOp.DeleteField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGridTableOp Interface > IGridTableOp.DeleteField Method
ArcGIS Developer Help

IGridTableOp.DeleteField Method

Delete a field from the fields collection.

[Visual Basic .NET]
Public Sub DeleteField ( _
    ByVal inputGrid As IRasterDataset, _
    ByVal Field As IField _
)
[C#]
public void DeleteField (
    IRasterDataset inputGrid,
    IField Field
);
[C++]
HRESULT DeleteField(
  IRasterDataset* inputGrid,
  IField* Field
);
[C++]
Parameters
inputGrid [in]

inputGrid is a parameter of type IRasterDataset* Field [in]
Field is a parameter of type IField*

Product Availability

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

Remarks

inputGrid

an input RasterDataset or RasterBand

Field

an IField object to delete form the grid value attribute table (vat).

See Also

IGridTableOp Interface