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


IDescTable Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDescTable Interface
ArcGIS Developer Help

IDescTable Interface

Provides access to members that control a descriptor table.

Product Availability

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

Members

Name Description
Method AddColumn Adds a column to the descriptor table.
Read-only property BinFunction Pixel to Row tranlator.
Method DeleteColumn Deletes a column from the descriptor table.
Method FieldDesc Provides a description of the field.
Method FindField Finds a field in the descriptor table.
Read-only property NumFields Number of fields in the descriptor table.
Method ReadColumn Reads a column from the descriptor table.
Method ReadRow Returns a row from the the descriptor table.
Method ValueToIndex Converts pixel values to rows in the descriptor table.
Method WriteColumn Writes column to the descriptor table.
Method WriteRow Writes row of data to the descriptor table.

Classes that implement IDescTable

Classes Description

Remarks

This interface is not intended to be used by outside developers.