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


IRasterBand.DescriptorTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBand Interface > IRasterBand.DescriptorTable Property
ArcGIS Developer Help

IRasterBand.DescriptorTable Property

The descriptor table of this raster band.

[Visual Basic .NET]
Public ReadOnly Property DescriptorTable As IDescTable
[C#]
public IDescTable DescriptorTable {get;}
[C++]
HRESULT get_DescriptorTable(
  IDescTable** ppTable
);
[C++]
Parameters
ppTable [out, retval]

ppTable is a parameter of type IDescTable**

Product Availability

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

Remarks

This method should not be used by application developers.

See Also

IRasterBand Interface