ArcObjects Library Reference (GeoDatabase)  

IDERasterBand.TableType Property

The class names of the table.

[Visual Basic .NET]
Public Property TableType As esriRasterTableTypeEnum
[C#]
public esriRasterTableTypeEnum TableType {get; set;}
[C++]
HRESULT get_TableType(
  esriRasterTableTypeEnum* Type
);
[C++]
HRESULT put_TableType(
  esriRasterTableTypeEnum Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriRasterTableTypeEnum

Type [in]

  Type is a parameter of type esriRasterTableTypeEnum

Product Availability

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

See Also

IDERasterBand Interface