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


IRasterBand.ContrastTable 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.ContrastTable Property
ArcGIS Developer Help

IRasterBand.ContrastTable Property

The contrast look-up table of this band.

[Visual Basic .NET]
Public Property ContrastTable As IContrastTable
[C#]
public IContrastTable ContrastTable {get; set;}
[C++]
HRESULT get_ContrastTable(
  IContrastTable** cont
);
[C++]
HRESULT put_ContrastTable(
  IContrastTable* cont
);
[C++]
Parameters
cont [out, retval]

cont is a parameter of type IContrastTable** cont [in]
cont is a parameter of type IContrastTable*

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